summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-04 06:23:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-04 06:23:53 +0200
commit489a63923b753883500b8981b1fa578491d8f4ad (patch)
tree08212cbfad0257f037ec191f7d9103486b6e776f
parent9c2180330d85a9915b14c5fb5346dbc90b49fe87 (diff)
downloadgawk-489a63923b753883500b8981b1fa578491d8f4ad.tar.gz
Fix a spelling error in the ChangeLog.
-rw-r--r--test/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 8a5945bc..18b912dd 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -29,7 +29,7 @@
* Makefile.am (strftime): Remove comment about the race condition, since
this should be fixed. And gawk now calls date inside the script.
- * strftime.awk: Based on an idea from Pat Ranking, fix the race
+ * strftime.awk: Based on an idea from Pat Rankin, fix the race
condition by looping repeatedly over strftime/date/strftime until
the before and after strftime results match. That should fix
the race condition where the seconds field might increment between