]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:client: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 04:12:03 +0000 (16:12 +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/client/client.c

index fc5a978df5f6a1beabc9d77ec5f8974436c44ad5..1a4e538e6edd7c65963b41c9324704bcbe6ba724 100644 (file)
@@ -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 */