X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bin%2Fvlc.c;h=ba3b040a8fc5c31f6fe097993a090bc90b58b5ac;hb=8030cf38e972aaa78380a5d116e9a4cb4a544b9d;hp=f2d820f83ca941794d560fff90ab0da83a288e4c;hpb=d9bc2eda82bb3fc99a1fef77ccd6076a2625517b;p=vlc diff --git a/bin/vlc.c b/bin/vlc.c index f2d820f83c..ba3b040a8f 100644 --- 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; }