aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-06-05 21:39:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-06-05 21:39:00 +0300
commit9c36f7bcdea295134a1800c68a9e90fd8ca821f2 (patch)
tree9f2fa2ebacd0914f23217c1bfbf7d94559c12895
parentfed9a3413cd653aae742452f9bfa83319802fb3c (diff)
downloadegawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.tar.gz
egawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.tar.bz2
egawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.zip
Fix a typo in the ChangeLog.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf4e494..b9bd790e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1776,7 +1776,7 @@ Tue Apr 20 12:01:01 2010 Arnold D. Robbins <arnold@skeeve.com>
* dfa.h, dfa.c: Sync with GNU grep. The long-standing x{0} bug
is now gone. Matching UTF-8 with "." is now much faster.
* re.c (avoid_dfa): Remove call to dfabroken() which is now gone.
- * builtin.c (do_mktime): Simply check of values passed in to be
+ * builtin.c (do_mktime): Simplify check of values passed in to be
more readable and to avoid a weird compiler warning from GCC.
Fri Apr 16 15:02:26 2010 Arnold D. Robbins <arnold@skeeve.com>