summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2022-05-21 09:10:16 -0700
committerGitHub <noreply@github.com>2022-05-21 09:10:16 -0700
commit298bdcf5e4ae296a74e9c653205eb5f8148e6d33 (patch)
treeba30c9e8af1908aa3a2ecbff1cfb8f3924a74e67
parentd983bcaa3061c55e8f246d8af84f1f3b8b94a82b (diff)
parent873ba4d2d654fdf7306e5ef10e7394d55a02061b (diff)
downloaddistcc-git-298bdcf5e4ae296a74e9c653205eb5f8148e6d33.tar.gz
Merge pull request #464 from themightyoarfish/patch-1
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.";