]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:wrepl_server: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 6 Sep 2023 00:06:26 +0000 (12:06 +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/wrepl_server/wrepl_in_call.c
source4/wrepl_server/wrepl_server.h

index 68fffa137fb010b3c3555e369c7611bf0dff580d..7c7d2a2eac89ec6d9b1fbdd58eee9e11dbc8176e 100644 (file)
@@ -75,7 +75,7 @@ static NTSTATUS wreplsrv_in_start_association(struct wreplsrv_in_call *call)
 
        /*
         * nt4 uses 41 bytes for the start_association call
-        * so do it the same and as we don't know the meanings of this bytes
+        * so do it the same and as we don't know the meanings of these bytes
         * we just send zeros and nt4, w2k and w2k3 seems to be happy with this
         *
         * if we don't do this nt4 uses an old version of the wins replication protocol
index c2e4ab403d2419042a739f2dbfd3481dd1078263..b3a74984f7e449342d2c0677360ba4123bfdad48 100644 (file)
@@ -292,7 +292,7 @@ struct wreplsrv_service {
        struct {
                /*
                 * the timestamp for the next event,
-                * this is the timstamp passed to event_add_timed()
+                * this is the timestamp passed to event_add_timed()
                 */
                struct timeval next_event;
 
@@ -304,7 +304,7 @@ struct wreplsrv_service {
        struct {
                /*
                 * the timestamp for the next scavenging run,
-                * this is the timstamp passed to event_add_timed()
+                * this is the timestamp passed to event_add_timed()
                 */
                struct timeval next_run;