mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
fix common misspelling [ci skip]
* compile.c, cont.c, doc, man: fix common misspelling. [ruby-core:72466] [Bug #11870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35ef17dcfa
commit
22d8481f08
21 changed files with 58 additions and 53 deletions
|
@ -8223,7 +8223,7 @@ ibf_load_setup(struct ibf_load *load, VALUE loader_obj, VALUE str)
|
|||
rb_raise(rb_eRuntimeError, "broken binary format");
|
||||
}
|
||||
if (strncmp(load->header->magic, "YARB", 4) != 0) {
|
||||
rb_raise(rb_eRuntimeError, "unkown binary format");
|
||||
rb_raise(rb_eRuntimeError, "unknown binary format");
|
||||
}
|
||||
if (load->header->major_version != ISEQ_MAJOR_VERSION ||
|
||||
load->header->minor_version != ISEQ_MINOR_VERSION) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue