зеркало из https://github.com/mozilla/pjs.git
Fix spelling error.
This commit is contained in:
Родитель
16d6f24791
Коммит
ae037a0020
|
@ -41,7 +41,7 @@
|
|||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEV_CVS_ID[] = "@(#) $RCSfile: dev.h,v $ $Revision: 1.27 $ $Date: 2002-05-07 20:38:49 $ $Name: $";
|
||||
static const char DEV_CVS_ID[] = "@(#) $RCSfile: dev.h,v $ $Revision: 1.28 $ $Date: 2002-05-21 21:23:33 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKT_H
|
||||
|
@ -948,7 +948,7 @@ nssToken_GetTrustOrder
|
|||
);
|
||||
|
||||
NSS_EXTERN PRStatus
|
||||
nssToken_NofifyCertsNotVisible
|
||||
nssToken_NotifyCertsNotVisible
|
||||
(
|
||||
NSSToken *tok
|
||||
);
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.7 $ $Date: 2002-04-23 17:22:13 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.8 $ $Date: 2002-05-21 21:23:33 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKEPV_H
|
||||
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче