aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/envutil.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 18:21:14 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 18:21:14 +0000
commitcadd66068984064df5d7c2ee135bc04432ff2e65 (patch)
treec46fe377556d13cb599d64723ea6b87a5b7d5500 /test/ruby/envutil.rb
parentba128644691dceabf53481970723b3effec22678 (diff)
downloadruby-cadd66068984064df5d7c2ee135bc04432ff2e65.tar.gz
* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
[Fixes GH-485] https://github.com/ruby/ruby/pull/485 * ext/openssl/ossl_config.c: ditto * lib/rss/utils.rb, lib/time.rb: ditto * test/ruby/envutil.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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}'")