Commit 8030cf38 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't use repeat the same adverb twice

parent d9bc2eda
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment