From: Joseph Sutton Date: Wed, 6 Sep 2023 00:06:26 +0000 (+1200) Subject: s4:wrepl_server: Fix code spelling X-Git-Tag: tevent-0.16.0~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdaaf92238f694337d9eb217da85b6ca6ccb4bf;p=thirdparty%2Fsamba.git s4:wrepl_server: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/wrepl_server/wrepl_in_call.c b/source4/wrepl_server/wrepl_in_call.c index 68fffa137fb..7c7d2a2eac8 100644 --- a/source4/wrepl_server/wrepl_in_call.c +++ b/source4/wrepl_server/wrepl_in_call.c @@ -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 diff --git a/source4/wrepl_server/wrepl_server.h b/source4/wrepl_server/wrepl_server.h index c2e4ab403d2..b3a74984f7e 100644 --- a/source4/wrepl_server/wrepl_server.h +++ b/source4/wrepl_server/wrepl_server.h @@ -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;