From 9ac96c20b6d0e47de56d004d95ee6efe285c88c4 Mon Sep 17 00:00:00 2001 From: "wtc%google.com" Date: Thu, 24 May 2012 20:14:32 +0000 Subject: [PATCH] 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 --- mozilla/security/nss/lib/util/SECerrs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/util/SECerrs.h b/mozilla/security/nss/lib/util/SECerrs.h index 289828f9071..4ff07cba0e4 100644 --- a/mozilla/security/nss/lib/util/SECerrs.h +++ b/mozilla/security/nss/lib/util/SECerrs.h @@ -543,4 +543,4 @@ ER3(SEC_ERROR_BAD_CRL_DP_URL, (SEC_ERROR_BASE + 175), "Invalid or unsupported URL in CRL distribution point name.") 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.")