From: Volker Lendecke Date: Thu, 28 Nov 2024 10:24:04 +0000 (+0100) Subject: libcli: Fix a typo X-Git-Tag: tdb-1.4.13~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aede32aed11b817a35a8ad387cb468ad4ab8b38b;p=thirdparty%2Fsamba.git libcli: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/libcli/security/create_descriptor.c b/libcli/security/create_descriptor.c index a6440f51570..49e927e11e1 100644 --- a/libcli/security/create_descriptor.c +++ b/libcli/security/create_descriptor.c @@ -105,7 +105,7 @@ static bool object_in_list(const struct GUID *object_list, const struct GUID *ob return false; } -/* returns true if the ACE gontains generic information +/* returns true if the ACE contains generic information * that needs to be processed additionally */ static bool desc_ace_has_generic(const struct security_ace *ace)