]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:samba: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 04:24:56 +0000 (16:24 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/samba/process_single.c

index df4df1c0f25720a89fb01eb6229c7763b045ec3a..df817e237bd29e4e36b57ebf5ae5b0b2a52fd6a7 100644 (file)
@@ -78,7 +78,7 @@ static void single_accept_connection(struct tevent_context *ev,
        /*
         * We use the PID so we cannot collide in with cluster ids
         * generated in other single mode tasks, and, and won't
-        * collide with PIDs from process model standard because the
+        * collide with PIDs from process model standard because the
         * combination of pid/fd should be unique system-wide
         */
        new_conn(ev, lp_ctx, connected_socket,
@@ -106,7 +106,7 @@ static void single_new_task(struct tevent_context *ev,
        /*
         * We use the PID so we cannot collide in with cluster ids
         * generated in other single mode tasks, and, and won't
-        * collide with PIDs from process model starndard because a the
+        * collide with PIDs from process model standard because the
         * combination of pid/task_id should be unique system-wide
         *
         * Using the pid unaltered makes debugging of which process