From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:09 +0000 (+0200) Subject: source4/rpc_server/lsa/lsa_lookup.c: typo fixes X-Git-Tag: talloc-2.3.1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9092120b0dbcd45149975a11f32073d3877da406;p=thirdparty%2Fsamba.git source4/rpc_server/lsa/lsa_lookup.c: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/source4/rpc_server/lsa/lsa_lookup.c b/source4/rpc_server/lsa/lsa_lookup.c index 344583a9d42..d41997d4b3d 100644 --- a/source4/rpc_server/lsa/lsa_lookup.c +++ b/source4/rpc_server/lsa/lsa_lookup.c @@ -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; }