From 22d8481f080ce4eb758803ad1f60273b6c3a10ad Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Dec 2015 23:23:46 +0000 Subject: 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 --- test/openssl/test_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/openssl') 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')) -- cgit v1.2.3