From dcc6fc325a01e190c05a81bc55b47376efe4e87c Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Sun, 7 Oct 2012 23:54:58 +0200 Subject: [PATCH] gnutls: fix grammar --- modules/misc/gnutls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c index b447fe8d94..50ff34fdb4 100644 --- a/modules/misc/gnutls.c +++ b/modules/misc/gnutls.c @@ -272,7 +272,7 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host, msg = N_("You attempted to reach %s. " "However the security certificate presented by the server " "is unknown and could not be authenticated by any trusted " - "Certfication Authority. " + "Certification Authority. " "This problem may be caused by a configuration error " "or an attempt to breach your security or your privacy.\n\n" "If in doubt, abort now.\n"); @@ -282,8 +282,8 @@ static int gnutls_CertSearch (vlc_tls_t *obj, const char *host, msg = N_("You attempted to reach %s. " "However the security certificate presented by the server " "changed since the previous visit " - "and was not authentication by any trusted " - "Certfication Authority. " + "and was not authenticated by any trusted " + "Certification Authority. " "This problem may be caused by a configuration error " "or an attempt to breach your security or your privacy.\n\n" "If in doubt, abort now.\n"); -- GitLab