[前][次][番号順一覧][スレッド一覧]

ruby-changes:58795

From: Kazuhiro <ko1@a...>
Date: Sun, 17 Nov 2019 13:12:13 +0900 (JST)
Subject: [ruby-changes:58795] 449b2b9214 (master): Fix typos

https://git.ruby-lang.org/ruby.git/commit/?id=449b2b9214

From 449b2b9214256b059ed883770222382d3bc90578 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sun, 17 Nov 2019 13:11:25 +0900
Subject: Fix typos


diff --git a/lib/racc/parser-text.rb b/lib/racc/parser-text.rb
index 63ef323..7adc21e 100644
--- a/lib/racc/parser-text.rb
+++ b/lib/racc/parser-text.rb
@@ -60,7 +60,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/racc/parser-text.rb#L60
 # [-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 41740ad..a2bc47b 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -58,7 +58,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/racc/parser.rb#L58
 # [-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 b4fac62..fdce45c 100644
--- a/lib/racc/parserfilegenerator.rb
+++ b/lib/racc/parserfilegenerator.rb
@@ -123,7 +123,7 @@ module Racc https://github.com/ruby/ruby/blob/trunk/lib/racc/parserfilegenerator.rb#L123
       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
 
diff --git a/test/racc/regress/cadenza b/test/racc/regress/cadenza
index b0d61e8..dddbfd8 100644
--- a/test/racc/regress/cadenza
+++ b/test/racc/regress/cadenza
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/cadenza#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/cast b/test/racc/regress/cast
index dba6043..43a0e16 100644
--- a/test/racc/regress/cast
+++ b/test/racc/regress/cast
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/cast#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/csspool b/test/racc/regress/csspool
index 79aaa63..ff35545 100644
--- a/test/racc/regress/csspool
+++ b/test/racc/regress/csspool
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/csspool#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/edtf b/test/racc/regress/edtf
index 86facf2..7128197 100644
--- a/test/racc/regress/edtf
+++ b/test/racc/regress/edtf
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/edtf#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/huia b/test/racc/regress/huia
index 4dc35fa..99a92be 100644
--- a/test/racc/regress/huia
+++ b/test/racc/regress/huia
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/huia#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/journey b/test/racc/regress/journey
index 3245106..c8cac29 100644
--- a/test/racc/regress/journey
+++ b/test/racc/regress/journey
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/journey#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/liquor b/test/racc/regress/liquor
index 920b9aa..e40f0fc 100644
--- a/test/racc/regress/liquor
+++ b/test/racc/regress/liquor
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/liquor#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/machete b/test/racc/regress/machete
index e42c8e4..bbd4764 100644
--- a/test/racc/regress/machete
+++ b/test/racc/regress/machete
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/machete#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/mediacloth b/test/racc/regress/mediacloth
index e2d0a70..e98e844 100644
--- a/test/racc/regress/mediacloth
+++ b/test/racc/regress/mediacloth
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/mediacloth#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/mof b/test/racc/regress/mof
index ff3c463..6cade72 100644
--- a/test/racc/regress/mof
+++ b/test/racc/regress/mof
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/mof#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/namae b/test/racc/regress/namae
index 856adc7..27fdc89 100644
--- a/test/racc/regress/namae
+++ b/test/racc/regress/namae
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/namae#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/nasl b/test/racc/regress/nasl
index e1b82dc..650116f 100644
--- a/test/racc/regress/nasl
+++ b/test/racc/regress/nasl
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/nasl#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/nokogiri-css b/test/racc/regress/nokogiri-css
index f10e24f..9552939 100644
--- a/test/racc/regress/nokogiri-css
+++ b/test/racc/regress/nokogiri-css
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/nokogiri-css#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/opal b/test/racc/regress/opal
index cfe2d4d..5d8ff4a 100644
--- a/test/racc/regress/opal
+++ b/test/racc/regress/opal
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/opal#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/php_serialization b/test/racc/regress/php_serialization
index 3146d54..d79b8e3 100644
--- a/test/racc/regress/php_serialization
+++ b/test/racc/regress/php_serialization
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/php_serialization#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/riml b/test/racc/regress/riml
index 7a455ea..6cb9b2c 100644
--- a/test/racc/regress/riml
+++ b/test/racc/regress/riml
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/riml#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/ruby18 b/test/racc/regress/ruby18
index 6858c1c..763e2bd 100644
--- a/test/racc/regress/ruby18
+++ b/test/racc/regress/ruby18
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/ruby18#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/ruby22 b/test/racc/regress/ruby22
index ef75d14..16a4fea 100644
--- a/test/racc/regress/ruby22
+++ b/test/racc/regress/ruby22
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/ruby22#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/tp_plus b/test/racc/regress/tp_plus
index 2ca318b..e88335c 100644
--- a/test/racc/regress/tp_plus
+++ b/test/racc/regress/tp_plus
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/racc/regress/tp_plus#L1
 #
 # DO NOT MODIFY!!!!
 # This file is automatically generated by Racc 1.4.16.pre.1
-# from Racc grammer file "".
+# from Racc grammar file "".
 #
 
 require 'racc/parser.rb'
diff --git a/test/racc/regress/twowaysql b/test/racc/regress/twowaysql
index 173a855..6e7b22c 100644
--- a/test/racc/regress/twowaysql
+++ b/test/racc/regress/twowaysql
@@ -1,7 +1,7 @ (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]