summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <themightyoarfish@users.noreply.github.com>2022-05-20 10:58:23 +0200
committerGitHub <noreply@github.com>2022-05-20 10:58:23 +0200
commit873ba4d2d654fdf7306e5ef10e7394d55a02061b (patch)
treeba30c9e8af1908aa3a2ecbff1cfb8f3924a74e67
parentd983bcaa3061c55e8f246d8af84f1f3b8b94a82b (diff)
downloaddistcc-git-873ba4d2d654fdf7306e5ef10e7394d55a02061b.tar.gz
typo fix
-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.";