mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Spelling fixes s/noone/no one/
Skipping source4/torture/winbind/struct_based.c Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
d9b50ce7df
commit
271b04aaae
@ -50,7 +50,7 @@ present with the ultrix server. It was not till 2 years later that I
|
||||
found out what all these values meant.
|
||||
|
||||
Anyway, I thought other people might be interested in what I had done,
|
||||
so I asked a few people at uni, and noone seemed much interested. I
|
||||
so I asked a few people at uni, and no one seemed much interested. I
|
||||
also spoke to a person at Digital in Canberra (the person who had
|
||||
organised a beta test of eXcursion) and asked if I could distribute
|
||||
what I'd done, or was it illegal. It was then that I first heard the
|
||||
|
@ -2032,7 +2032,7 @@ static bool test_EnumAccountsWithUserRight(struct dcerpc_binding_handle *b,
|
||||
torture_assert_ntstatus_ok(tctx, dcerpc_lsa_EnumAccountsWithUserRight_r(b, tctx, &r),
|
||||
"EnumAccountsWithUserRight failed");
|
||||
|
||||
/* NT_STATUS_NO_MORE_ENTRIES means noone has this privilege */
|
||||
/* NT_STATUS_NO_MORE_ENTRIES means no one has this privilege */
|
||||
if (NT_STATUS_EQUAL(r.out.result, NT_STATUS_NO_MORE_ENTRIES)) {
|
||||
return true;
|
||||
}
|
||||
|
@ -551,7 +551,7 @@ static NTSTATUS idmap_sid_to_xid(struct idmap_context *idmap_ctx,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
/* Redo the search to make sure noone changed the mapping while we
|
||||
/* Redo the search to make sure no one changed the mapping while we
|
||||
* weren't looking */
|
||||
ret = ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE,
|
||||
NULL, "(&(objectClass=sidMap)(objectSid=%s))",
|
||||
|
Loading…
Reference in New Issue
Block a user