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 })