summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-05-21 21:23:33 +0000
committerrelyea%netscape.com <devnull@localhost>2002-05-21 21:23:33 +0000
commit128f65f6003c3601de84406eebb3cf94071198cf (patch)
tree2b1a9ab1873dfe5453a32738f7656ca6cec01734
parent5766044c17c0f2e7a57906a6227bd7bb0f245ae1 (diff)
downloadnss-hg-128f65f6003c3601de84406eebb3cf94071198cf.tar.gz
Fix spelling error.
-rw-r--r--security/nss/lib/dev/dev.h2
-rw-r--r--security/nss/lib/dev/devslot.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/dev/dev.h b/security/nss/lib/dev/dev.h
index e7651aa47..9967d32e5 100644
--- a/security/nss/lib/dev/dev.h
+++ b/security/nss/lib/dev/dev.h
@@ -948,7 +948,7 @@ nssToken_GetTrustOrder
);
NSS_EXTERN PRStatus
-nssToken_NofifyCertsNotVisible
+nssToken_NotifyCertsNotVisible
(
NSSToken *tok
);
diff --git a/security/nss/lib/dev/devslot.c b/security/nss/lib/dev/devslot.c
index 843a5bd4b..0370b9be3 100644
--- a/security/nss/lib/dev/devslot.c
+++ b/security/nss/lib/dev/devslot.c
@@ -298,7 +298,7 @@ nssSlot_IsTokenPresent
if (slot->token->base.name[0] != 0) {
/* notify the high-level cache that the token is removed */
slot->token->base.name[0] = 0; /* XXX */
- nssToken_NofifyCertsNotVisible(slot->token);
+ nssToken_NotifyCertsNotVisible(slot->token);
}
#endif
slot->token->base.name[0] = 0; /* XXX */