summaryrefslogtreecommitdiff
path: root/source4/smbd/process_single.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/process_single.c')
-rw-r--r--source4/smbd/process_single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index e1af2d48e8..742eac1824 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -92,7 +92,7 @@ static void single_new_task(struct tevent_context *ev,
/* We use 1 so we cannot collide in with cluster ids generated
* in the accept connection above, and unlikly to collide with
- * PIDs from process modal standard (don't run samba as
+ * PIDs from process model standard (don't run samba as
* init) */
new_task(ev, lp_ctx, cluster_id(1, taskid++), private_data);
}