From 873ba4d2d654fdf7306e5ef10e7394d55a02061b Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 20 May 2022 10:58:23 +0200 Subject: typo fix --- src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; -- cgit v1.2.1