1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:client: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-07 16:12:03 +12:00 committed by Andrew Bartlett
parent 354eff14eb
commit 20ab21e698

View File

@ -80,7 +80,7 @@ static unsigned int get_total_time_ms = 0;
static uint64_t put_total_size = 0; static uint64_t put_total_size = 0;
static unsigned int put_total_time_ms = 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; static struct smbclient_context *rl_ctx;
/* totals globals */ /* totals globals */