summaryrefslogtreecommitdiff
path: root/test/openssl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 23:23:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 23:23:46 +0000
commit22d8481f080ce4eb758803ad1f60273b6c3a10ad (patch)
tree3cdb9166b5a776de1f3f8f864642836c10748116 /test/openssl
parent35ef17dcfae48866c4043bac680ff3b9921cb50a (diff)
fix common misspelling [ci skip]
* compile.c, cont.c, doc, man: fix common misspelling. [ruby-core:72466] [Bug #11870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/openssl')
-rw-r--r--test/openssl/test_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_config.rb b/test/openssl/test_config.rb
index 8f5bdb2150..1a5dfe62e8 100644
--- a/test/openssl/test_config.rb
+++ b/test/openssl/test_config.rb
@@ -168,7 +168,7 @@ __EOC__
end
def test_value
- # supress deprecation warnings
+ # suppress deprecation warnings
OpenSSL::TestUtils.silent do
assert_equal('CA_default', @it.value('ca', 'default_ca'))
assert_equal(nil, @it.value('ca', 'no such key'))