diff options
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/gawkmisc.pc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 093beb10..6300257c 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-21 Arnold D. Robbins <arnold@skeeve.com> + + * gawkmisc.pc: Fix a typo. + 2017-01-21 Eli Zaretskii <eliz@gnu.org> * Makefile.tst: Modify the locale values to valid ones on Windows. diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc index 526c49ff..c6c92a46 100644 --- a/pc/gawkmisc.pc +++ b/pc/gawkmisc.pc @@ -635,7 +635,7 @@ lc_var (int category) }; /* This function assumes LC_* categories are small numbers between 0 - and 5, as shown above, so if that changes at some point, comlain + and 5, as shown above, so if that changes at some point, complain vociferously. */ if (LC_ALL != 0 || LC_CTYPE != 2 || LC_TIME != 5) abort (); |