From 1e986c1cb3243f7f7de4e7866e78584615ecd13e Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 17:46:46 +1100 Subject: More spelling fixes across source4/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- source4/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/server.c') diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 91fd553939..ce278fdaf6 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -141,7 +141,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