From 41bfa213a0994cebcef5f69fd2c353136c803ae4 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 4 May 2013 13:50:29 +0300 Subject: Fix minor typos --- src/util/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/server.c b/src/util/server.c index beba57b29..9d3c9cb04 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -317,7 +317,7 @@ static void setup_signals(void) #endif /* POSIX demands that signals are inherited. If the invoking process has - * these signals masked, we will have problems, as we won't recieve them. */ + * these signals masked, we will have problems, as we won't receive them. */ BlockSignals(false, SIGHUP); BlockSignals(false, SIGTERM); -- cgit