aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-09-14 22:31:51 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-09-14 22:31:51 +0300
commitba99a7807e7f245e39a1f3139f25ecdea8fd88ff (patch)
tree1610cc65661ae65831a64fb88429333901bd0b63 /test
parent4b6c3509f6eb3a947606d220b3e33dd995a934c4 (diff)
downloadegawk-ba99a7807e7f245e39a1f3139f25ecdea8fd88ff.tar.gz
egawk-ba99a7807e7f245e39a1f3139f25ecdea8fd88ff.tar.bz2
egawk-ba99a7807e7f245e39a1f3139f25ecdea8fd88ff.zip
Fix spelling errors and typos in main, doc, and test ChangeLog files.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 16708f48..eff5ac4e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -8,7 +8,7 @@
2017-09-12 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (readdir): Add to message that test can fail on
- a JFS fileystem also. Thanks to Nelson Beebe for the info
+ a JFS filesystem also. Thanks to Nelson Beebe for the info
and suggestion.
2017-08-28 Arnold D. Robbins <arnold@skeeve.com>
@@ -21,7 +21,7 @@
2017-08-21 Eli Zaretskii <eliz@gnu.org>
- * Makefile.am (testext): Remove textexttmp.txt.
+ * Makefile.am (testext): Remove testexttmp.txt.
2017-08-16 Arnold D. Robbins <arnold@skeeve.com>
@@ -1228,7 +1228,7 @@
2013-09-25 Arnold D. Robbins <arnold@skeeve.com>
- * Makfile.am (randtest): New test.
+ * Makefile.am (randtest): New test.
* randtest.sh, randtest.ok: New files.
* rand.ok: Updated to reflect new results based on code change.
@@ -1281,13 +1281,13 @@
2013-06-01 Eli Zaretskii <eliz@gnu.org>
- * clos1way.awk: Don't use features of Posix shells, to allow this
+ * clos1way.awk: Don't use features of POSIX shells, to allow this
test to work on Windows.
* beginfile2.sh: Leave one blank between the left quote and the
following slash. Use non-absolute name for a non-existent file.
This is to avoid breakage on Windows due to MSYS transformation of
- Posix style /foo/bar absolute file names.
+ POSIX style /foo/bar absolute file names.
* beginfile2.ok: Adapt to changes in beginfile2.sh.
@@ -1298,7 +1298,7 @@
2013-05-20 Arnold D. Robbins <arnold@skeeve.com>
- * Makefile.am (mpfr-tests, shlib-tests): Propogate Eli's changes
+ * Makefile.am (mpfr-tests, shlib-tests): Propagate Eli's changes
and comment of 2013-05-14 to here, so that they get passed into
Makefile.in whenever Makefile.am is modified.