From 37ce765ba3aef6e0cbe64490b853951c5e07685b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Apr 2014 15:20:28 +0000 Subject: fix typo [Fix GH-603] * bootstraptest/test_literal.rb: fix typo of "dynamic". [ci skip] * regexp.rdoc: fix typo of "organized". [ci skip] * lib/session.rb: fix typo of "recognized". [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_literal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_literal.rb') diff --git a/bootstraptest/test_literal.rb b/bootstraptest/test_literal.rb index b95a2f2d0a..aa65bddae1 100644 --- a/bootstraptest/test_literal.rb +++ b/bootstraptest/test_literal.rb @@ -84,7 +84,7 @@ assert_equal '0', 're = /test/; re =~ "test"' assert_equal '0', 'str = "test"; /test/ =~ str' assert_equal '0', 're = /test/; str = "test"; re =~ str' -# dynacmi regexp +# dynamic regexp assert_equal 'regexp', %q(/re#{'ge'}xp/.source) assert_equal 'Regexp', %q(/re#{'ge'}xp/.class) -- cgit v1.2.3