From 8030cf38e972aaa78380a5d116e9a4cb4a544b9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 22 Feb 2009 16:36:39 +0200 Subject: [PATCH] Don't use repeat the same adverb twice --- bin/vlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2