[vlc-commits] VNC: fix typo

Jean-Baptiste Kempf git at videolan.org
Wed Aug 20 01:56:02 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 20 01:54:59 2014 +0200| [e693d3c67ae308104b45219df30d6ffa52d1bf98] | committer: Jean-Baptiste Kempf

VNC: fix typo

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

 modules/access/vnc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/vnc.c b/modules/access/vnc.c
index 0aaa17e..a7b1522 100644
--- a/modules/access/vnc.c
+++ b/modules/access/vnc.c
@@ -50,9 +50,9 @@
 #define RFB_CRL_TEXT N_("X.509 Certificate Revocation List")
 #define RFB_CRL_LONGTEXT N_("List of revoked servers certificates")
 #define RFB_CERT_TEXT N_("X.509 Client certificate")
-#define RFB_CERT_LONGTEXT N_("Certificate for client authentification")
+#define RFB_CERT_LONGTEXT N_("Certificate for client authentication")
 #define RFB_KEY_TEXT N_("X.509 Client private key")
-#define RFB_KEY_LONGTEXT N_("Private key for authentification by certificate")
+#define RFB_KEY_LONGTEXT N_("Private key for authentication by certificate")
 
 #define RFB_CHROMA N_("Frame buffer depth")
 #define RFB_CHROMA_LONGTEXT N_("RGB chroma (RV32, RV24, RV16, RGB2)")



More information about the vlc-commits mailing list