From d2a88b44d371679cac408e93682a069c993ca370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Fri, 31 Jan 2020 20:23:23 +0100 Subject: Fix typo --- src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; -- cgit v1.2.1