From 52cd994814335d6cee5ee4fae2827edd5e0d73b9 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:52:14 +0000 Subject: * enum.c: fix a typo in documentation. [ci skip][fix GH-1140] Patch by @jutaz * io.c: ditto. * iseq.c: ditto. * numeric.c: ditto. * process.c: ditto. * string.c: ditto. * vm_trace.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index f553720980..3dfc390397 100644 --- a/iseq.c +++ b/iseq.c @@ -2336,7 +2336,7 @@ rb_iseqw_local_variables(VALUE iseqval) * iseq.to_binary(extra_data = nil) -> binary str * * Returns serialized iseq binary format data as a String object. - * A correspnding iseq object is created by + * A corresponding iseq object is created by * RubyVM::InstructionSequence.load_from_binary() method. * * String extra_data will be saved with binary data. -- cgit v1.2.3