Bug 738454: fix a typo ("an" => "a") in an error message. The typo was

reported by Daniel Cater.


git-svn-id: svn://10.0.0.236/trunk@263852 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com 2012-05-24 20:14:32 +00:00
parent acc01eb4d3
commit 9ac96c20b6

View File

@ -543,4 +543,4 @@ ER3(SEC_ERROR_BAD_CRL_DP_URL, (SEC_ERROR_BASE + 175),
"Invalid or unsupported URL in CRL distribution point name.") "Invalid or unsupported URL in CRL distribution point name.")
ER3(SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED, (SEC_ERROR_BASE + 176), ER3(SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED, (SEC_ERROR_BASE + 176),
"The certificate was signed using an signature algorithm that is disabled because it is not secure.") "The certificate was signed using a signature algorithm that is disabled because it is not secure.")