]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct spelling in function name
authorGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:46:06 +0000 (20:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Sep 1992 20:46:06 +0000 (20:46 +0000)
Include/grammar.h

index 37958a6cd255b32d845b4fb3dc3ab0348bc50d0e..5fd89158bc38de4513294a203bc607d32f9f5177 100644 (file)
@@ -99,7 +99,7 @@ void translatelabels PROTO((grammar *g));
 
 void addfirstsets PROTO((grammar *g));
 
-void addaccellerators PROTO((grammar *g));
+void addaccelerators PROTO((grammar *g));
 
 void printgrammar PROTO((grammar *g, FILE *fp));
 void printnonterminals PROTO((grammar *g, FILE *fp));