From: Sebastien Estienne Date: Tue, 16 Aug 2005 01:01:00 +0000 (+0000) Subject: fix a typo in --help X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=fd44e62e0e8e0bf2b37a6a366683f0159d9e2b8a;p=catta fix a typo in --help git-svn-id: file:///home/lennart/svn/public/avahi/trunk@348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c index 1fc3895..2565f02 100644 --- a/avahi-daemon/main.c +++ b/avahi-daemon/main.c @@ -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); }