[vlc-devel] commit: Don't use repeat the same adverb twice ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 22 15:36:57 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Feb 22 16:36:39 2009 +0200| [8030cf38e972aaa78380a5d116e9a4cb4a544b9d] | committer: Rémi Denis-Courmont 

Don't use repeat the same adverb twice

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8030cf38e972aaa78380a5d116e9a4cb4a544b9d
---

 bin/vlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/vlc.c b/bin/vlc.c
index f2d820f..ba3b040 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;
     }




More information about the vlc-devel mailing list