]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wbclient: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 24 May 2024 16:34:05 +0000 (18:34 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Jun 2024 07:11:35 +0000 (07:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
nsswitch/libwbclient/wbc_pam.c

index 786d578478ee072260d268bf95c3892dd1203cba..909f3fae6b4516427e6495cb302335c3c8c5be4a 100644 (file)
@@ -1346,7 +1346,7 @@ wbcErr wbcCtxCredentialCache(struct wbcContext *ctx,
 
        for (i=0; i<params->num_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.