1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

libcli/security: Fix typos

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2022-04-28 20:32:51 +12:00 committed by Andreas Schneider
parent 2c9a4ef86e
commit 45f2e3631e
2 changed files with 2 additions and 2 deletions

View 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,

View 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,