diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:56:38 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 20:23:29 +0000 |
commit | 60a9b5172bcbd90b5764125b76279c189dd5563c (patch) | |
tree | 50360c4fc74ab388941361230dbc9a4f8d76fb8b /xmlsecurity/source/xmlsec | |
parent | 99b6172fb2ac2f2a3ea8df11ecbf63b5406b5705 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/certerrors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/certerrors.h b/xmlsecurity/source/xmlsec/nss/certerrors.h index a587792b448d..f688b4828918 100644 --- a/xmlsecurity/source/xmlsec/nss/certerrors.h +++ b/xmlsecurity/source/xmlsec/nss/certerrors.h @@ -370,7 +370,7 @@ an existing cert, but that is not the same cert."}, {SEC_ERROR_BAD_INFO_ACCESS_LOCATION, "Bad information access location in cert extension"}, -{SEC_ERROR_LIBPKIX_INTERNAL, "Libpkix internal error occured during cert validation."}, +{SEC_ERROR_LIBPKIX_INTERNAL, "Libpkix internal error occurred during cert validation."}, #if ( NSS_VMAJOR > 3 ) || ( NSS_VMAJOR == 3 && NSS_VMINOR > 12 ) || ( NSS_VMAJOR == 3 && NSS_VMINOR == 12 && NSS_VPATCH > 2 ) // following 3 errors got first used in NSS 3.12.3 |