diff options
author | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
commit | 7b45c6e1dabcb4860888f46ace53e7425741dce3 (patch) | |
tree | 013823a3ad252d5d5bd32b387dc0d5497d1ea22d /intl | |
parent | e86ce104e24677a8911f31d223106b7e7b7cce89 (diff) | |
download | gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.zip gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.gz gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.bz2 |
comment typo fixes
Diffstat (limited to 'intl')
-rw-r--r-- | intl/ChangeLog | 5 | ||||
-rw-r--r-- | intl/linux-msg.sed | 4 | ||||
-rw-r--r-- | intl/xopen-msg.sed | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index 1989501..44d88e4 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> + + * linux-msg.sed: Comment typo fix. + * xopen-msg.sed: Likewise. + 1998-04-29 Ulrich Drepper <drepper@cygnus.com> * intl/localealias.c (read_alias_file): Use unsigned char for diff --git a/intl/linux-msg.sed b/intl/linux-msg.sed index 5918e72..6f03912 100644 --- a/intl/linux-msg.sed +++ b/intl/linux-msg.sed @@ -1,5 +1,5 @@ # po2msg.sed - Convert Uniforum style .po file to Linux style .msg file -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright 1995, 2002 Free Software Foundation, Inc. # Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. # # This program is free software; you can redistribute it and/or modify @@ -68,7 +68,7 @@ $set 1 # Automatically created by po2msg.sed s/\(.*\)"\n\([0-9]*\)/$ #\2 Original Message:(\1)/p } # -# The .msg file contains, other then the .po file, only the translations +# The .msg file contains, other than the .po file, only the translations # but each given a unique ID. Starting from 1 and incrementing by 1 for # each message we assign them to the messages. # It is important that the .po file used to generate the cat-id-tbl.c file diff --git a/intl/xopen-msg.sed b/intl/xopen-msg.sed index b19c0bb..e7a4c99 100644 --- a/intl/xopen-msg.sed +++ b/intl/xopen-msg.sed @@ -1,5 +1,5 @@ # po2msg.sed - Convert Uniforum style .po file to X/Open style .msg file -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright 1995, 2002 Free Software Foundation, Inc. # Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. # # This program is free software; you can redistribute it and/or modify @@ -44,7 +44,7 @@ $set 1 # Automatically created by po2msg.sed p } # -# The .msg file contains, other then the .po file, only the translations +# The .msg file contains, other than the .po file, only the translations # but each given a unique ID. Starting from 1 and incrementing by 1 for # each message we assign them to the messages. # It is important that the .po file used to generate the cat-id-tbl.c file |