]> git.sesse.net Git - vlc/commitdiff
Fix a grammar mistake
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Apr 2006 13:54:30 +0000 (13:54 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Apr 2006 13:54:30 +0000 (13:54 +0000)
src/libvlc.h

index 159b25c8c39bc6fa3bbc4c1af3c65b500a3dfd42..614b68a354e77a9ea1ed6e93bbcbc985eb60aed4 100644 (file)
@@ -1918,7 +1918,7 @@ static module_config_t p_help_config[] =
     { CONFIG_ITEM_BOOL, NULL, "help", 'h',
       N_("print help for VLC (can be combined with --advanced)") },
     { CONFIG_ITEM_BOOL, NULL, "longhelp", 'H',
-      N_("print help for VLC and all it's modules (can be combined with --advanced)") },
+      N_("print help for VLC and all its modules (can be combined with --advanced)") },
     { CONFIG_ITEM_BOOL, NULL, "advanced", '\0',
       N_("print help for the advanced options") },
     { CONFIG_ITEM_BOOL, NULL, "help-verbose", '\0',