From: RĂ©mi Denis-Courmont Date: Sun, 22 Feb 2009 14:36:39 +0000 (+0200) Subject: Don't use repeat the same adverb twice X-Git-Tag: 1.0.0-pre1~486 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=8030cf38e972aaa78380a5d116e9a4cb4a544b9d Don't use repeat the same adverb twice --- 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; }