Skip to content

Commit

Permalink
fix error statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ian.mcgreer%sun.com committed Apr 12, 2002
1 parent 449a2d2 commit 6dd55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/cmd/certutil/certutil.c
Expand Up @@ -311,7 +311,7 @@ AddCert(PK11SlotInfo *slot, CERTCertDBHandle *handle, char *name, char *trusts,
if (!PK11_IsFriendly(slot)) {
rv = PK11_Authenticate(slot, PR_TRUE, pwdata);
if (rv != SECSuccess) {
SECU_PrintError(progName, "could authenticate to token or database");
SECU_PrintError(progName, "could not authenticate to token or database");
GEN_BREAK(SECFailure);
}
}
Expand Down

0 comments on commit 6dd55d9

Please sign in to comment.