Spelling fixes s/noone/no one/
[samba.git] / source4 / torture / rpc / lsa.c
index 0ce113feb5da7e6d60bed54832c95e93fe77ec86..975eeb9d763f6b47a0b2ad0be1f5be82c425ffeb 100644 (file)
@@ -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;
        }