summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:13:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:13:23 +0200
commitae02ce389bfd1bcb2797fe64d73a91ef73705688 (patch)
tree0492201aff72f9410dc2bff8e84253d56044f4e4
parent0d5d4035201e38c5d61031ee414ca41c6f1c8bd3 (diff)
downloadgawk-ae02ce389bfd1bcb2797fe64d73a91ef73705688.tar.gz
Typo fix in pc/gawkmisc.pc.
-rw-r--r--pc/ChangeLog4
-rw-r--r--pc/gawkmisc.pc2
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 ();