From fd44e62e0e8e0bf2b37a6a366683f0159d9e2b8a Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Tue, 16 Aug 2005 01:01:00 +0000 Subject: fix a typo in --help git-svn-id: file:///home/lennart/svn/public/avahi/trunk@348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit