From: Joseph Sutton Date: Thu, 28 Apr 2022 08:32:51 +0000 (+1200) Subject: libcli/security: Fix typos X-Git-Tag: tevent-0.13.0~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f2e3631e1424f99915a01bdf4808189bd8a6d7;p=thirdparty%2Fsamba.git libcli/security: Fix typos Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- diff --git a/libcli/security/access_check.c b/libcli/security/access_check.c index 322f4fdb0c6..f5051b0fa93 100644 --- a/libcli/security/access_check.c +++ b/libcli/security/access_check.c @@ -497,7 +497,7 @@ static NTSTATUS check_object_specific_access(struct security_ace *ace, * of the entry in the tree grants all the requested rights for the given GUID * FIXME * tree can be null if not null it's the - * Lots of code duplication, it will ve united in just one + * Lots of code duplication, it will be united in just one * function eventually */ NTSTATUS sec_access_check_ds(const struct security_descriptor *sd, diff --git a/libcli/security/access_check.h b/libcli/security/access_check.h index 952589dacb7..96e33c6624f 100644 --- a/libcli/security/access_check.h +++ b/libcli/security/access_check.h @@ -66,7 +66,7 @@ NTSTATUS se_file_access_check(const struct security_descriptor *sd, uint32_t *access_granted); /* modified access check for the purposes of DS security - * Lots of code duplication, it will ve united in just one + * Lots of code duplication, it will be united in just one * function eventually */ NTSTATUS sec_access_check_ds(const struct security_descriptor *sd,