diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-06-13 01:22:32 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2013-09-05 22:39:42 +0200 |
commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d (patch) | |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea /crypto/objects | |
parent | Clean up layout. (diff) | |
download | openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.tar.xz openssl-478b50cf67d6a91fdcd584cff57c58b7e863055d.zip |
misspellings fixes by https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'crypto/objects')
-rw-r--r-- | crypto/objects/obj_dat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index 8a342ba3eb..959ad65d99 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c @@ -207,7 +207,7 @@ static IMPLEMENT_LHASH_DOALL_FN(cleanup2, ADDED_OBJ) static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ) /* The purpose of obj_cleanup_defer is to avoid EVP_cleanup() attempting - * to use freed up OIDs. If neccessary the actual freeing up of OIDs is + * to use freed up OIDs. If necessary the actual freeing up of OIDs is * delayed. */ |