Bug 153258: fixed a misspelling in pk11_getDefTokName.

This commit is contained in:
wtc%netscape.com 2002-09-28 14:14:18 +00:00
parent a296aba949
commit 2e33cb369f

View File

@ -2095,7 +2095,7 @@ pk11_getDefTokName(CK_SLOT_ID slotID)
case PRIVATE_KEY_SLOT_ID:
return "NSS Certificate DB ";
case FIPS_SLOT_ID:
return "NSS FIPS-140-1 Cerificate DB ";
return "NSS FIPS-140-1 Certificate DB ";
default:
break;
}