From: Volker Lendecke Date: Fri, 24 May 2024 16:34:05 +0000 (+0200) Subject: wbclient: Fix a typo X-Git-Tag: tdb-1.4.11~486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b317408591da4cbb8facd1e9215fd204078722b7;p=thirdparty%2Fsamba.git wbclient: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c index 786d578478e..909f3fae6b4 100644 --- a/nsswitch/libwbclient/wbc_pam.c +++ b/nsswitch/libwbclient/wbc_pam.c @@ -1346,7 +1346,7 @@ wbcErr wbcCtxCredentialCache(struct wbcContext *ctx, for (i=0; inum_blobs; i++) { /* - * Older callers may used to provide the NEGOTIATE request + * Older callers used to provide the NEGOTIATE request * as "initial_blob", but it was completely ignored by winbindd. * * So we keep ignoring it.