]> git.meshlink.io Git - catta/commitdiff
fix a typo in --help
authorSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 16 Aug 2005 01:01:00 +0000 (01:01 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Tue, 16 Aug 2005 01:01:00 +0000 (01:01 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/main.c

index 1fc3895ca39c9dcd8ff886fbf1978ff5aba12199..2565f0240903bcd9d45acc44c182d6630b10aecd 100644 (file)
@@ -257,7 +257,7 @@ static void help(FILE *f, const char *argv0) {
             "    -f --file=FILE     Load the specified configuration file instead of\n"
             "                       "AVAHI_CONFIG_FILE"\n"
             "       --no-rlimits    Don't enforce resource limits\n"
-            "       --no-drop-root  Don't drop priviliges\n"
+            "       --no-drop-root  Don't drop privileges\n"
             "       --debug         Increase verbosity\n",
             argv0);
 }