]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: Fix typos
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 28 Apr 2022 08:32:51 +0000 (20:32 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 14 Jun 2022 07:21:29 +0000 (07:21 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/security/access_check.c
libcli/security/access_check.h

index 322f4fdb0c64d572d76b667c632e9421428e797b..f5051b0fa93d67a222f5d089aa633b0f9fd6c6dd 100644 (file)
@@ -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,
index 952589dacb7794fbf8d934dcb8638d6177d3fce9..96e33c6624f550f3bcc6e07667ab5ebf7d6abf8e 100644 (file)
@@ -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,