summaryrefslogtreecommitdiff
path: root/lib/racc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-17 13:11:25 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-17 13:11:25 +0900
commit449b2b9214256b059ed883770222382d3bc90578 (patch)
tree6d17d956e651fb4f44a0163f223fa120e9f59c88 /lib/racc
parent11ae47c2669b64b64e2b34dd6dff02e72fd60881 (diff)
Fix typos
Diffstat (limited to 'lib/racc')
-rw-r--r--lib/racc/parser-text.rb2
-rw-r--r--lib/racc/parser.rb2
-rw-r--r--lib/racc/parserfilegenerator.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/racc/parser-text.rb b/lib/racc/parser-text.rb
index 63ef3235c9..7adc21ee7a 100644
--- a/lib/racc/parser-text.rb
+++ b/lib/racc/parser-text.rb
@@ -60,7 +60,7 @@ end
# [-E, --embedded]
# Output parser which doesn't need runtime files (racc/parser.rb).
# [-C, --check-only]
-# Check syntax of racc grammer file and quit.
+# Check syntax of racc grammar file and quit.
# [-S, --output-status]
# Print messages time to time while compiling.
# [-l, --no-line-convert]
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb
index 41740ade39..a2bc47b425 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -58,7 +58,7 @@ end
# [-E, --embedded]
# Output parser which doesn't need runtime files (racc/parser.rb).
# [-C, --check-only]
-# Check syntax of racc grammer file and quit.
+# Check syntax of racc grammar file and quit.
# [-S, --output-status]
# Print messages time to time while compiling.
# [-l, --no-line-convert]
diff --git a/lib/racc/parserfilegenerator.rb b/lib/racc/parserfilegenerator.rb
index b4fac62ce5..fdce45cbbf 100644
--- a/lib/racc/parserfilegenerator.rb
+++ b/lib/racc/parserfilegenerator.rb
@@ -123,7 +123,7 @@ module Racc
line %q[#]
line %q[# DO NOT MODIFY!!!!]
line %Q[# This file is automatically generated by Racc #{Racc::Version}]
- line %Q[# from Racc grammer file "#{@params.filename}".]
+ line %Q[# from Racc grammar file "#{@params.filename}".]
line %q[#]
end