aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-10-04 09:03:26 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-10-04 09:03:26 -0400
commita56843dea564040fb15db2a88ba2a5c901dc59fd (patch)
tree7fcd566f8ce220b982d9b1d75fb77756b17c1a04
parentbaff8870dce16bd5922839338626cf0fddb5b069 (diff)
downloadegawk-a56843dea564040fb15db2a88ba2a5c901dc59fd.tar.gz
egawk-a56843dea564040fb15db2a88ba2a5c901dc59fd.tar.bz2
egawk-a56843dea564040fb15db2a88ba2a5c901dc59fd.zip
Remove stray word in README file.
-rw-r--r--ChangeLog4
-rw-r--r--README2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1548285c..0af09266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-04 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * README: Fix grammar by removing a stray word.
+
2017-10-04 Arnold D. Robbins <arnold@skeeve.com>
* NEWS: Add a note about OS/2 not working.
diff --git a/README b/README
index 3b00f99d..47b217d3 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ have read and didn't, and you bug me about it, I'm going to yell at you.
See the file INSTALL for installation instructions.
-If you don't have neither Bison, use the awkgram.c file here. It was
+If you don't have Bison, use the awkgram.c file here. It was
generated with Bison, and has no proprietary code in it. (Note that
modifying awkgram.y without Bison will be difficult, at best. You might
want to get a copy of Bison from the FSF too.)