[vlc-commits] gnutls: fix grammar

Pierre Ynard git at videolan.org
Sun Oct 7 23:54:59 CEST 2012


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Oct  7 23:54:58 2012 +0200| [dcc6fc325a01e190c05a81bc55b47376efe4e87c] | committer: Pierre Ynard

gnutls: fix grammar

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcc6fc325a01e190c05a81bc55b47376efe4e87c
---

 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 b447fe8..50ff34f 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");



More information about the vlc-commits mailing list