From: Joseph Sutton Date: Thu, 7 Sep 2023 04:12:03 +0000 (+1200) Subject: s4:client: Fix code spelling X-Git-Tag: tevent-0.16.0~666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ab21e698fc20da24bce8a66c073924c8f0fc77;p=thirdparty%2Fsamba.git s4:client: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/client/client.c b/source4/client/client.c index fc5a978df5f..1a4e538e6ed 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -80,7 +80,7 @@ static unsigned int get_total_time_ms = 0; static uint64_t put_total_size = 0; static unsigned int put_total_time_ms = 0; -/* Unfortunately, there is no way to pass the a context to the completion function as an argument */ +/* Unfortunately, there is no way to pass a context to the completion function as an argument */ static struct smbclient_context *rl_ctx; /* totals globals */