summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-04-11 19:02:47 +0000
committerwtchang%redhat.com <devnull@localhost>2005-04-11 19:02:47 +0000
commite1f9e29dd5352443829164d1962a1df15000d714 (patch)
treec19ae700aa0e1e25a9058237ce9b9ee6cf1311ce
parentb508cb1d44c1929500784558fb717511dae1bf63 (diff)
downloadnss-hg-e1f9e29dd5352443829164d1962a1df15000d714.tar.gz
Bugzilla Bug 289819: fixed a typo in the SEC_ERROR_EXTRA_INPUT error
message. r=nelsonb.
-rw-r--r--security/nss/cmd/lib/SECerrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/lib/SECerrs.h b/security/nss/cmd/lib/SECerrs.h
index 5fdc7fa51..bd97dd791 100644
--- a/security/nss/cmd/lib/SECerrs.h
+++ b/security/nss/cmd/lib/SECerrs.h
@@ -467,7 +467,7 @@ ER3(SEC_ERROR_BUSY, (SEC_ERROR_BASE + 139),
"NSS could not shutdown. Objects are still in use.")
ER3(SEC_ERROR_EXTRA_INPUT, (SEC_ERROR_BASE + 140),
-"DER-encoded message contained extra usused data.")
+"DER-encoded message contained extra unused data.")
ER3(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE, (SEC_ERROR_BASE + 141),
"Unsupported elliptic curve.")