From 88e7cf881c939356b757d6fc1e8c944a8c047508 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Dec 2015 23:23:46 +0000 Subject: 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 --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index bb310426b6..b70a069916 100644 --- a/compile.c +++ b/compile.c @@ -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) { -- cgit v1.2.3