]> git.saurik.com Git - bison.git/commitdiff
Spelling fixes.
authorAkim Demaille <demaille@gostai.com>
Wed, 5 Nov 2008 06:00:04 +0000 (07:00 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 9 Dec 2008 12:19:44 +0000 (13:19 +0100)
* NEWS: s/than/that/.

NEWS

diff --git a/NEWS b/NEWS
index 56edc70744a384955704b848de4d2553d057a9eb..72d73e13b8ed60f676e3b3fa31cc14ccd8d5b9e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ Bison News
 
     exp: exp "+" exp { $$ = $1 + $3; };
 
-  This prevents the future support for languages than do not use `;'
+  This prevents the future support for languages that do not use `;'
   as C/C++/Java do.  Yet some grammars still depend on this `feature'.
   Bison 2.4.1 restores the previous behavior in the case of C output
   (specifically, when neither %language or %skeleton or equivalent