aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-02-14 09:18:45 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-02-14 09:18:45 +0900
commit213003a99aa5ab5490239493256c1948f1d9e186 (patch)
tree77bfcf4af1937fa7691217336416d4ebb6c9b19e /test
parent6693a549d6738e5957201094004abd2159164332 (diff)
downloadruby-openssl-213003a99aa5ab5490239493256c1948f1d9e186.tar.gz
Fix typos
Diffstat (limited to 'test')
-rw-r--r--test/test_pkcs7.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pkcs7.rb b/test/test_pkcs7.rb
index 48d59997..32191554 100644
--- a/test/test_pkcs7.rb
+++ b/test/test_pkcs7.rb
@@ -51,7 +51,7 @@ class OpenSSL::TestPKCS7 < OpenSSL::TestCase
assert_equal(@ee1_cert.serial, signers[0].serial)
assert_equal(@ee1_cert.issuer.to_s, signers[0].issuer.to_s)
- # Normaly OpenSSL tries to translate the supplied content into canonical
+ # Normally OpenSSL tries to translate the supplied content into canonical
# MIME format (e.g. a newline character is converted into CR+LF).
# If the content is a binary, PKCS7::BINARY flag should be used.