diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 00:47:18 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 00:47:18 +0000 |
commit | 48b187663a545f12f6e9cd17bb7b3d279f489cea (patch) | |
tree | 1c5238f7d65b7df596102f102c22f2427005d695 /gcc/intl | |
parent | 1485bb2c34bcd6a546435f6605c49c91722d36d2 (diff) | |
download | gcc-48b187663a545f12f6e9cd17bb7b3d279f489cea.tar.gz |
* po2tbl.sed.in: Fixed typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/intl')
-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 56efee29c53..a3c86fb7368 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 b3bcca4d730..04562863576 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>\ |