1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed misspellings

Fixed misspellings reported at [Bug #16437], for default gems.
This commit is contained in:
Nobuyoshi Nakada 2019-12-20 12:19:45 +09:00
parent e672494cd7
commit e68999c82c
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
28 changed files with 39 additions and 39 deletions

View file

@ -199,7 +199,7 @@ module Racc
else
require 'racc/cparse'
end
# Racc_Runtime_Core_Version_C = (defined in extention)
# Racc_Runtime_Core_Version_C = (defined in extension)
Racc_Runtime_Core_Revision_C = Racc_Runtime_Core_Id_C.split[2]
unless new.respond_to?(:_racc_do_parse_c, true)
raise LoadError, 'old cparse.so'