[vlc-commits] Correct typo (fixes #9292)

Rémi Denis-Courmont git at videolan.org
Thu Aug 29 19:54:09 CEST 2013


vlc/vlc-2.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 29 20:51:20 2013 +0300| [838bf604d73b27016ae8773bba000d39bc90a4f3] | committer: Rémi Denis-Courmont

Correct typo (fixes #9292)

(cherry picked from commit 198e369c5dc3cc6bc7bd94394e7dcfabf5bb68c5)

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

 src/libvlc-module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 94faf8e..83d43d3 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -839,7 +839,7 @@ static const char *const ppsz_prefres[] = {
 
 #define HTTP_CRL_TEXT N_("HTTP/TLS Certificate Revocation List")
 #define CRL_LONGTEXT N_( \
-   "This file contains an optional CRL to prevent remove clients " \
+   "This file contains an optional CRL to prevent remote clients " \
    "from using revoked certificates in TLS sessions.")
 
 #define SOCKS_SERVER_TEXT N_("SOCKS server")



More information about the vlc-commits mailing list