summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-16 01:01:00 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-16 01:01:00 +0000
commitfd44e62e0e8e0bf2b37a6a366683f0159d9e2b8a (patch)
tree5eb84bf25c1e988696036ec1548aed48aec74226
parent36f6a27666cf43f127c946caa89b67f284047727 (diff)
fix a typo in --help
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@348 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-daemon/main.c2
1 files changed, 1 insertions, 1 deletions
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);
}