summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian RĂ¼th <julian.rueth@fsfe.org>2020-01-31 20:23:23 +0100
committerGitHub <noreply@github.com>2020-01-31 20:23:23 +0100
commitd2a88b44d371679cac408e93682a069c993ca370 (patch)
treeedecbd3e5700f1eb2a8245420262ff2e6e1fabfe
parentfd943af22cead6e055464c90fd5cb698e46a24e3 (diff)
downloaddistcc-git-d2a88b44d371679cac408e93682a069c993ca370.tar.gz
Fix typo
-rw-r--r--src/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.c b/src/daemon.c
index c8fee7c..5f30715 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.";