aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-10-04 09:04:34 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-10-04 09:04:34 -0400
commita82d79a2f47736fb109625a434b532288ccd9c24 (patch)
treeb37a3b7c95786ee05199113f054cdb0c24c1e0ba
parentecc6052577e62740acd27d8527dd3191528c14c4 (diff)
parenta56843dea564040fb15db2a88ba2a5c901dc59fd (diff)
downloadegawk-a82d79a2f47736fb109625a434b532288ccd9c24.tar.gz
egawk-a82d79a2f47736fb109625a434b532288ccd9c24.tar.bz2
egawk-a82d79a2f47736fb109625a434b532288ccd9c24.zip
Merge branch 'master' into feature/dev-5.0
-rw-r--r--ChangeLog4
-rw-r--r--README2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86cf7cf2..7a721a11 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.)