diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-04-20 13:33:12 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-04-20 13:33:12 +0200 |
commit | 8711efb4984b66a901b543d1b5d96fc5b6928d10 (patch) | |
tree | b50e619056ba3b0b29633e6cd1be98f8a6168134 /crypto/symhacks.h | |
parent | Updates from 1.0.0-stable. (diff) | |
download | openssl-8711efb4984b66a901b543d1b5d96fc5b6928d10.tar.xz openssl-8711efb4984b66a901b543d1b5d96fc5b6928d10.zip |
Updates from 1.0.0-stable branch.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r-- | crypto/symhacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h index da08f5fddc..35e164121e 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -382,7 +382,7 @@ #endif /* defined OPENSSL_SYS_VMS */ -/* Case insensiteve linking causes problems.... */ +/* Case insensitive linking causes problems.... */ #if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2) #undef ERR_load_CRYPTO_strings #define ERR_load_CRYPTO_strings ERR_load_CRYPTOlib_strings |