From b317408591da4cbb8facd1e9215fd204078722b7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 24 May 2024 18:34:05 +0200 Subject: [PATCH] wbclient: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- nsswitch/libwbclient/wbc_pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3