summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-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
})