diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-12-20 12:19:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-12-20 12:19:45 +0900 |
commit | e68999c82c4863d33a6f893661fba1b7538c5671 (patch) | |
tree | 97615ccb396e864cbabbfd539251c9e64c309d91 /lib/rdoc/rd | |
parent | e672494cd737b8fea3a186aeb5c2c17d1a18cb96 (diff) |
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
Diffstat (limited to 'lib/rdoc/rd')
-rw-r--r-- | lib/rdoc/rd/block_parser.rb | 2 | ||||
-rw-r--r-- | lib/rdoc/rd/inline_parser.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index 37b35a5924..f735326862 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -2,7 +2,7 @@ # # DO NOT MODIFY!!!! # This file is automatically generated by Racc 1.4.14 -# from Racc grammer file "". +# from Racc grammar file "". # require 'racc/parser.rb' diff --git a/lib/rdoc/rd/inline_parser.rb b/lib/rdoc/rd/inline_parser.rb index 85e4215964..f73b81ba9d 100644 --- a/lib/rdoc/rd/inline_parser.rb +++ b/lib/rdoc/rd/inline_parser.rb @@ -2,7 +2,7 @@ # # DO NOT MODIFY!!!! # This file is automatically generated by Racc 1.4.14 -# from Racc grammer file "". +# from Racc grammar file "". # require 'racc/parser.rb' |