r9391: Convert all the code to use struct ldb_dn to ohandle ldap like distinguished...
[kai/samba-autobuild/.git] / source4 / torture / rpc / samsync.c
index 988f94d904ca75a0ab9bfb66bb562e5391b1583b..b15ee982002ea93a158ad3fad055eb0675aa4208 100644 (file)
@@ -1025,13 +1025,13 @@ static BOOL samsync_handle_account(TALLOC_CTX *mem_ctx, struct samsync_state *sa
        }
 
        if ((account->privilege_entries && !e.out.privs)) {
-               printf("Account %s has privilages in SamSync, but not LSA\n",
+               printf("Account %s has privileges in SamSync, but not LSA\n",
                       dom_sid_string(mem_ctx, dom_sid));
                return False;
        }
 
        if (!account->privilege_entries && e.out.privs && e.out.privs->count) {
-               printf("Account %s has privilages in LSA, but not SamSync\n",
+               printf("Account %s has privileges in LSA, but not SamSync\n",
                       dom_sid_string(mem_ctx, dom_sid));
                return False;
        }