--- source/utils/pdbedit.c.old 2006-12-10 08:27:58.569103148 +0100 +++ source/utils/pdbedit.c 2006-11-14 15:42:14.000000000 +0100 @@ -96,7 +96,7 @@ return 1; } - printf("Importing account for %s...", user->username); + printf("Importing accout for %s...", user->username); if ( !NT_STATUS_IS_OK(out->getsampwnam( out, account, user->username )) ) { status = out->add_sam_account(out, user); } else { --- ./source/passdb/pdb_ldap.c.ori 2006-12-10 08:28:13.033214550 +0100 +++ ./source/passdb/pdb_ldap.c 2006-12-10 08:28:46.561472707 +0100 @@ -2586,7 +2586,7 @@ primary_gid = strtoul(gidstr, NULL, 10); break; default: - DEBUG(1, ("found more than one accoutn with the same user name ?!\n")); + DEBUG(1, ("found more than one account with the same user name ?!\n")); ret = NT_STATUS_INTERNAL_DB_CORRUPTION; goto done; }