]> git.sesse.net Git - vlc/commitdiff
Don't use repeat the same adverb twice
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Feb 2009 14:36:39 +0000 (16:36 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Feb 2009 14:36:39 +0000 (16:36 +0200)
bin/vlc.c

index f2d820f83ca941794d560fff90ab0da83a288e4c..ba3b040a8fc5c31f6fe097993a090bc90b58b5ac 100644 (file)
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -56,7 +56,7 @@ int main( int i_argc, const char *ppsz_argv[] )
     {
         fprintf (stderr, "VLC is not supposed to be run as root. Sorry.\n"
         "If you need to use real-time priorities and/or privileged TCP ports\n"
-        "you can use %s-wrapper (make sure it is Set-UID root first and\n"
+        "you can use %s-wrapper (make sure it is Set-UID root and\n"
         "cannot be run by non-trusted users first).\n", ppsz_argv[0]);
         return 1;
     }