From 5def5d2bdb2fdf98a6d518f5f0d00d9955f69890 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 Sep 2003 02:58:08 +0000 Subject: Fix typo (This used to be commit 37db75fc95aec2510a0ead0c97f44e80b00696d9) --- source3/utils/pdbedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 0f1f6edf08..c69b149469 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -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; } -- cgit