From: Andreas Schneider Date: Thu, 3 Aug 2023 12:36:50 +0000 (+0200) Subject: s4:libnet: Fix code spelling X-Git-Tag: tevent-0.16.0~938 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37664f4ce7d8f0f18e797f6e537a7bc3db88017e;p=thirdparty%2Fsamba.git s4:libnet: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/libnet/libnet_domain.c b/source4/libnet/libnet_domain.c index a7499b84b35..81cd0dc4943 100644 --- a/source4/libnet/libnet_domain.c +++ b/source4/libnet/libnet_domain.c @@ -616,7 +616,7 @@ struct composite_context* libnet_DomainOpen_send(struct libnet_context *ctx, switch (io->in.type) { case DOMAIN_LSA: - /* reques to open a policy handle on \pipe\lsarpc */ + /* request to open a policy handle on \pipe\lsarpc */ c = libnet_DomainOpenLsa_send(ctx, mem_ctx, io, monitor); break; diff --git a/source4/libnet/libnet_group.c b/source4/libnet/libnet_group.c index 512d6fbf9f9..ab3c3e7c57c 100644 --- a/source4/libnet/libnet_group.c +++ b/source4/libnet/libnet_group.c @@ -336,7 +336,7 @@ static void continue_name_found(struct composite_context *ctx) c = talloc_get_type_abort(ctx->async.private_data, struct composite_context); s = talloc_get_type_abort(c->private_data, struct group_info_state); - /* receive SID assiociated with name found */ + /* receive SID associated with name found */ c->status = libnet_LookupName_recv(ctx, c, &s->lookup); if (!composite_is_ok(c)) return; diff --git a/source4/libnet/libnet_rpc.h b/source4/libnet/libnet_rpc.h index fb2628409f5..e057c6d3bef 100644 --- a/source4/libnet/libnet_rpc.h +++ b/source4/libnet/libnet_rpc.h @@ -21,7 +21,7 @@ #include "librpc/rpc/dcerpc.h" /* - * struct definition for connecting to a dcerpc inferface + * struct definition for connecting to a dcerpc interface */ enum libnet_RpcConnect_level {