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

gensec: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-07-22 11:49:49 +02:00 committed by Jeremy Allison
parent acd8de28ac
commit af34a411b9

View File

@ -627,7 +627,7 @@ _PUBLIC_ bool gensec_have_feature(struct gensec_security *gensec_security,
}
/* We might 'have' features that we don't 'want', because the
* other end demanded them, or we can't neotiate them off */
* other end demanded them, or we can't negotiate them off */
return gensec_security->ops->have_feature(gensec_security, feature);
}