Author: jra Date: 2007-05-14 17:34:02 +0000 (Mon, 14 May 2007) New Revision: 22861
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22861 Log: Janitor for James Peach for rev. 22828. "Fix typo. Bugzilla #4589." Please keep all branches in order. Jeremy. Modified: branches/SAMBA_3_0_25/source/utils/pdbedit.c branches/SAMBA_3_0_26/source/utils/pdbedit.c Changeset: Modified: branches/SAMBA_3_0_25/source/utils/pdbedit.c =================================================================== --- branches/SAMBA_3_0_25/source/utils/pdbedit.c 2007-05-14 17:31:45 UTC (rev 22860) +++ branches/SAMBA_3_0_25/source/utils/pdbedit.c 2007-05-14 17:34:02 UTC (rev 22861) @@ -96,7 +96,7 @@ return 1; } - printf("Importing accout for %s...", user->username); + printf("Importing account for %s...", user->username); if ( !NT_STATUS_IS_OK(out->getsampwnam( out, account, user->username )) ) { status = out->add_sam_account(out, user); } else { Modified: branches/SAMBA_3_0_26/source/utils/pdbedit.c =================================================================== --- branches/SAMBA_3_0_26/source/utils/pdbedit.c 2007-05-14 17:31:45 UTC (rev 22860) +++ branches/SAMBA_3_0_26/source/utils/pdbedit.c 2007-05-14 17:34:02 UTC (rev 22861) @@ -96,7 +96,7 @@ return 1; } - printf("Importing accout for %s...", user->username); + printf("Importing account for %s...", user->username); if ( !NT_STATUS_IS_OK(out->getsampwnam( out, account, user->username )) ) { status = out->add_sam_account(out, user); } else {
