]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
source4/rpc_server/lsa/lsa_lookup.c: typo fixes
authorBjörn Jacke <bj@sernet.de>
Sat, 26 Oct 2019 00:41:09 +0000 (02:41 +0200)
committerBjoern Jacke <bjacke@samba.org>
Thu, 31 Oct 2019 00:43:37 +0000 (00:43 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source4/rpc_server/lsa/lsa_lookup.c

index 344583a9d42c56ac03ed1f6b8e70b84798630114..d41997d4b3ddc27becace2033002dcc37367e35d 100644 (file)
@@ -1598,7 +1598,7 @@ static NTSTATUS dcesrv_lsa_lookup_name_builtin(
                        return NT_STATUS_NONE_MAPPED;
                }
                /*
-                * We know we're authoritive
+                * We know we're authoritative
                 */
                status = NT_STATUS_OK;
        }
@@ -1639,7 +1639,7 @@ static NTSTATUS dcesrv_lsa_lookup_sid_builtin(
                                       &item->type);
        if (NT_STATUS_EQUAL(status, NT_STATUS_NONE_MAPPED)) {
                /*
-                * We know we're authoritive
+                * We know we're authoritative
                 */
                status = NT_STATUS_OK;
        }
@@ -1805,7 +1805,7 @@ static NTSTATUS dcesrv_lsa_lookup_name_account(
                        return NT_STATUS_NONE_MAPPED;
                }
                /*
-                * We know we're authoritive
+                * We know we're authoritative
                 */
                status = NT_STATUS_OK;
        }
@@ -1849,7 +1849,7 @@ static NTSTATUS dcesrv_lsa_lookup_sid_account(
                                       &item->type);
        if (NT_STATUS_EQUAL(status, NT_STATUS_NONE_MAPPED)) {
                /*
-                * We know we're authoritive
+                * We know we're authoritative
                 */
                status = NT_STATUS_OK;
        }