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 --- doc/ChangeLog-YARV | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/ChangeLog-YARV') diff --git a/doc/ChangeLog-YARV b/doc/ChangeLog-YARV index 529854586c..6a6cfbd0c9 100644 --- a/doc/ChangeLog-YARV +++ b/doc/ChangeLog-YARV @@ -2428,7 +2428,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada 2006-02-14(Tue) 05:53:56 +0900 Minero Aoki * eval.c (ruby_cleanup): th->errinfo contains a NODE while - break'ing, check it before refering klass. + break'ing, check it before referring klass. 2006-02-14(Tue) 05:45:07 +0900 Koichi Sasada @@ -2461,7 +2461,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada 2006-02-14(Tue) 01:42:11 +0900 Koichi Sasada - * error.c : fix include file positon + * error.c : fix include file position * test/ruby/test_signal.rb : skip test_exit_action on cygwin @@ -6168,7 +6168,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada * test.rb : restore $" after evaluation with ruby - * rb/insns2vm.rb : remove unnecesary each + * rb/insns2vm.rb : remove unnecessary each 2004-12-17(Fri) 18:56:38 +0900 Koichi Sasada @@ -6397,7 +6397,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada * vm.c : fix stack dump routine - * vm.c : impliment thread_funcall (temporarily) + * vm.c : implement thread_funcall (temporarily) * yarv.h : add IS_YARV_WORKING(), SET_YARV_START(), SET_YARV_STOP() @@ -6590,7 +6590,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada * yarvcore.h, yarvcore.c : add idThrow* * insns.def, compile.c, vm.c : support retry, break, - next, redo, return(imcomplete) + next, redo, return(incomplete) 2004-09-03(Fri) 13:40:08 +0900 Koichi Sasada -- cgit v1.2.3