diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-04 06:23:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-04 06:23:53 +0200 |
commit | 489a63923b753883500b8981b1fa578491d8f4ad (patch) | |
tree | 08212cbfad0257f037ec191f7d9103486b6e776f | |
parent | 9c2180330d85a9915b14c5fb5346dbc90b49fe87 (diff) | |
download | egawk-489a63923b753883500b8981b1fa578491d8f4ad.tar.gz egawk-489a63923b753883500b8981b1fa578491d8f4ad.tar.bz2 egawk-489a63923b753883500b8981b1fa578491d8f4ad.zip |
Fix a spelling error in the ChangeLog.
-rw-r--r-- | test/ChangeLog | 2 |
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 |