summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_err.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-19 14:45:02 +0000
committerUlf Möller <ulf@openssl.org>1999-04-19 14:45:02 +0000
commitdf82f5c85c5443d96cdb6c0d61ff4ffe28965929 (patch)
tree7b070959b52bd157eaa665008a05bee01f110d2f /crypto/bn/bn_err.c
parent46e8ddaf642be328eff89fb57a4229742508e81f (diff)
Fix typos in error codes.
Diffstat (limited to 'crypto/bn/bn_err.c')
-rw-r--r--crypto/bn/bn_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c
index 4c29c1ac55..626502a0e3 100644
--- a/crypto/bn/bn_err.c
+++ b/crypto/bn/bn_err.c
@@ -91,7 +91,7 @@ static ERR_STRING_DATA BN_str_reasons[]=
{BN_R_ENCODING_ERROR ,"encoding error"},
{BN_R_EXPAND_ON_STATIC_BIGNUM_DATA ,"expand on static bignum data"},
{BN_R_INVALID_LENGTH ,"invalid length"},
-{BN_R_NOT_INITALISED ,"not initalised"},
+{BN_R_NOT_INITIALIZED ,"not initialized"},
{BN_R_NO_INVERSE ,"no inverse"},
{0,NULL},
};