[vlc-commits] Correct typo (fixes #9292)
Rémi Denis-Courmont
git at videolan.org
Thu Aug 29 19:51:38 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 29 20:51:20 2013 +0300| [198e369c5dc3cc6bc7bd94394e7dcfabf5bb68c5] | committer: Rémi Denis-Courmont
Correct typo (fixes #9292)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=198e369c5dc3cc6bc7bd94394e7dcfabf5bb68c5
---
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 691f1e3..c638bba 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -844,7 +844,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