summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib/SECerrs.h
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2007-02-22 10:46:29 +0000
committerkaie%kuix.de <devnull@localhost>2007-02-22 10:46:29 +0000
commitf99acf3eedf2ca9b425fd068e99160f9a22b5b4a (patch)
tree87fced72d5326f05557d98c89f628d16592444a6 /security/nss/cmd/lib/SECerrs.h
parentac8f8b83dcff44a515d39c56c1fd8f3c186c860f (diff)
downloadnss-hg-f99acf3eedf2ca9b425fd068e99160f9a22b5b4a.tar.gz
Bug 371024, Typos in NSS' error strings
r=rrelyea, r=nelson
Diffstat (limited to 'security/nss/cmd/lib/SECerrs.h')
-rw-r--r--security/nss/cmd/lib/SECerrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/cmd/lib/SECerrs.h b/security/nss/cmd/lib/SECerrs.h
index 8d2908ab1..693d810eb 100644
--- a/security/nss/cmd/lib/SECerrs.h
+++ b/security/nss/cmd/lib/SECerrs.h
@@ -131,7 +131,7 @@ ER3(SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE, (SEC_ERROR_BASE + 30),
"The certificate issuer's certificate has expired. Check your system date and time.")
ER3(SEC_ERROR_CRL_EXPIRED, (SEC_ERROR_BASE + 31),
-"The CRL for the certificate's issuer has expired. Update it or check your system data and time.")
+"The CRL for the certificate's issuer has expired. Update it or check your system date and time.")
ER3(SEC_ERROR_CRL_BAD_SIGNATURE, (SEC_ERROR_BASE + 32),
"The CRL for the certificate's issuer has an invalid signature.")
@@ -476,7 +476,7 @@ ER3(SEC_ERROR_UNSUPPORTED_EC_POINT_FORM, (SEC_ERROR_BASE + 142),
"Unsupported elliptic curve point form.")
ER3(SEC_ERROR_UNRECOGNIZED_OID, (SEC_ERROR_BASE + 143),
-"Unrecognized Object IDentifier.")
+"Unrecognized Object Identifier.")
ER3(SEC_ERROR_OCSP_INVALID_SIGNING_CERT, (SEC_ERROR_BASE + 144),
"Invalid OCSP signing certificate in OCSP response.")