From: Volker Lendecke Date: Wed, 22 Jul 2020 09:49:49 +0000 (+0200) Subject: gensec: Fix a typo X-Git-Tag: talloc-2.3.2~855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af34a411b90fe29dcf8d47fb7e5266d8190205f0;p=thirdparty%2Fsamba.git gensec: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/auth/gensec/gensec.c b/auth/gensec/gensec.c index becf4ce8685..3641d4ba65e 100644 --- a/auth/gensec/gensec.c +++ b/auth/gensec/gensec.c @@ -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); }