Fix typo
authorJelmer Vernooij <jelmer@samba.org>
Sun, 21 Sep 2003 03:14:05 +0000 (03:14 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 21 Sep 2003 03:14:05 +0000 (03:14 +0000)
(This used to be commit 68e044f60ddb6dc7d894f95eff8a866e713df253)

source3/utils/pdbedit.c

index 0f1f6edf08626797f385c12799b23f75c3a19445..c69b14946944def016e2676f19a0046a355bc46e 100644 (file)
@@ -409,7 +409,7 @@ static int new_user (struct pdb_context *in, const char *username,
        if (NT_STATUS_IS_OK(in->pdb_add_sam_account (in, sam_pwent))) { 
                print_user_info (in, username, True, False);
        } else {
-               fprintf (stderr, "Unable to add user! (does it alredy exist?)\n");
+               fprintf (stderr, "Unable to add user! (does it already exist?)\n");
                pdb_free_sam (&sam_pwent);
                return -1;
        }