summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:46:46 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:38 +0100
commit1e986c1cb3243f7f7de4e7866e78584615ecd13e (patch)
tree9bccf882c11f25f1161d1957b97534fcb3efeeaf /source4/smbd
parent7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2 (diff)
downloadsamba-1e986c1cb3243f7f7de4e7866e78584615ecd13e.tar.gz
samba-1e986c1cb3243f7f7de4e7866e78584615ecd13e.tar.bz2
samba-1e986c1cb3243f7f7de4e7866e78584615ecd13e.zip
More spelling fixes across source4/
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_single.c2
-rw-r--r--source4/smbd/server.c2
-rw-r--r--source4/smbd/service_named_pipe.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index f873de47af..ec5f529aa1 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -55,7 +55,7 @@ static void single_accept_connection(struct tevent_context *ev,
/* this looks strange, but is correct.
We can only be here if woken up from select, due to
- an incomming connection.
+ an incoming connection.
We need to throttle things until the system clears
enough resources to handle this new socket.
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);
diff --git a/source4/smbd/service_named_pipe.c b/source4/smbd/service_named_pipe.c
index 93ae60d69a..c10f43273c 100644
--- a/source4/smbd/service_named_pipe.c
+++ b/source4/smbd/service_named_pipe.c
@@ -100,7 +100,7 @@ static NTSTATUS named_pipe_recv_auth_request(void *private_data,
/*
* make sure nothing happens on the socket untill the
- * real implemenation takes over
+ * real implementation takes over
*/
packet_recv_disable(pipe_conn->packet);