]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 28 Nov 2024 10:24:04 +0000 (11:24 +0100)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Dec 2024 04:53:33 +0000 (04:53 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
libcli/security/create_descriptor.c

index a6440f51570d4ff79090d1946f74f3ca84a899e9..49e927e11e16c40088c934448e262c9a6fd86c8a 100644 (file)
@@ -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)