diff options
-rw-r--r-- | gcc/intl/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/intl/po2tbl.sed.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/intl/ChangeLog b/gcc/intl/ChangeLog index 56efee2..a3c86fb 100644 --- a/gcc/intl/ChangeLog +++ b/gcc/intl/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * po2tbl.sed.in: Fixed typo. + 2000-09-18 Bruno Haible <haible@clisp.cons.org> * intl/dcgettext.c: Outside libc, use local variable names that don't diff --git a/gcc/intl/po2tbl.sed.in b/gcc/intl/po2tbl.sed.in index b3bcca4..0456286 100755 --- a/gcc/intl/po2tbl.sed.in +++ b/gcc/intl/po2tbl.sed.in @@ -18,7 +18,7 @@ # 1 { i\ -/* Automatically generated by po2tbl.sed from @PACKAGE NAME@.pot. */\ +/* Automatically generated by po2tbl.sed from @PACKAGE@.pot. */\ \ #if HAVE_CONFIG_H\ # include <config.h>\ |