summaryrefslogtreecommitdiff
path: root/tests/javapush.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-13 18:34:50 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-13 18:50:05 +0200
commit758172a8b9a5dc7ca58037b16f5d83adb0ba8e9d (patch)
tree02b256bebb75fab3f5f23082b9f8fb0f5ea28870 /tests/javapush.at
parente9454c3456eccf4e30d845b7ca341da8132c4760 (diff)
downloadbison-758172a8b9a5dc7ca58037b16f5d83adb0ba8e9d.tar.gz
doc: spell check
* doc/bison.texi, NEWS, README-hacking.md: here. And elsewhere.
Diffstat (limited to 'tests/javapush.at')
-rw-r--r--tests/javapush.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/javapush.at b/tests/javapush.at
index e3aa49bd..fc1d911f 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -62,7 +62,7 @@ start: 'a' 'b' 'c' ;
%%
]])
-# Define comon code across to be included in
+# Define common code across to be included in
# class Main for the trivial parser tests.
m4_define([AT_TRIVIAL_COMMON],[[
static class YYerror implements YYParser.Lexer