summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:12:21 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:12:21 +0000
commitdf2965fa85d4267105c7ba3bf519168e68cf5cab (patch)
tree04e1a025e22573aa5be226a756a344d2e39e63bf
parentb550034c8b4fd861ccc6f18bbb0cf5538db3466f (diff)
fix a typo in comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xsample/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index 4bef6bc392..d7f80b1e39 100755
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -813,7 +813,7 @@ test_ok(catch(:foo) {
break
end
break
- test_ok(false) # should no reach here
+ test_ok(false) # should not reach here
end
false
})