summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
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);