From ad7564a02a3288f807f1e6dd0ad9a42dc931bcdd Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 25 Aug 2004 19:44:46 +0000 Subject: [PATCH] Must learn how to transpose words in Emacs. Sorry... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 451845d017..19e6a361c3 100644 --- a/eval.c +++ b/eval.c @@ -4553,7 +4553,7 @@ return_jump(retval) JUMP_TAG(TAG_RETURN); } if (tt->tag == PROT_THREAD) { - rb_raise(rb_eThreadError, "return can jump't across threads"); + rb_raise(rb_eThreadError, "return can't jump across threads"); } tt = tt->prev; }