summaryrefslogtreecommitdiff
path: root/src/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.c')
-rw-r--r--src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 9bcf94a..ff84d97 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -155,7 +155,7 @@ static int dcc_setup_daemon_path(void)
static void dcc_warn_masquerade_whitelist(void) {
DIR *d, *e;
- const char *warn = "You must see up masquerade" \
+ const char *warn = "You must set up masquerade" \
" (see distcc(1)) to list whitelisted compilers or pass" \
" --enable-tcp-insecure. To set up masquerade automatically" \
" run update-distcc-symlinks.";