aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/envutil.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/envutil.rb')
-rw-r--r--test/ruby/envutil.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/envutil.rb b/test/ruby/envutil.rb
index 079658bfbd..8bddd65eb3 100644
--- a/test/ruby/envutil.rb
+++ b/test/ruby/envutil.rb
@@ -355,7 +355,7 @@ eom
# really is it succeed?
unless ignore_stderr
- # the body of assert_separately must not output anything to detect errror
+ # the body of assert_separately must not output anything to detect error
assert_equal("", stderr, "assert_separately failed with error message")
end
assert_equal(0, status, "assert_separately failed: '#{stderr}'")