[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2409-gae02ce
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2409-gae02ce3 |
Date: |
Sat, 21 Jan 2017 18:13:36 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via ae02ce389bfd1bcb2797fe64d73a91ef73705688 (commit)
from 0d5d4035201e38c5d61031ee414ca41c6f1c8bd3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=ae02ce389bfd1bcb2797fe64d73a91ef73705688
commit ae02ce389bfd1bcb2797fe64d73a91ef73705688
Author: Arnold D. Robbins <address@hidden>
Date: Sat Jan 21 20:13:23 2017 +0200
Typo fix in pc/gawkmisc.pc.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 093beb1..6300257 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-21 Arnold D. Robbins <address@hidden>
+
+ * gawkmisc.pc: Fix a typo.
+
2017-01-21 Eli Zaretskii <address@hidden>
* Makefile.tst: Modify the locale values to valid ones on Windows.
diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc
index 526c49f..c6c92a4 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 ();
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/gawkmisc.pc | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2409-gae02ce3,
Arnold Robbins <=