svn commit: samba r22828 - in branches/SAMBA_3_0/source/utils: .

jpeach at samba.org jpeach at samba.org
Sun May 13 20:51:39 GMT 2007


Author: jpeach
Date: 2007-05-13 20:51:39 +0000 (Sun, 13 May 2007)
New Revision: 22828

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22828

Log:
Fix typo. Bugzilla #4589.

Modified:
   branches/SAMBA_3_0/source/utils/pdbedit.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/pdbedit.c
===================================================================
--- branches/SAMBA_3_0/source/utils/pdbedit.c	2007-05-13 15:53:59 UTC (rev 22827)
+++ branches/SAMBA_3_0/source/utils/pdbedit.c	2007-05-13 20:51:39 UTC (rev 22828)
@@ -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 {



More information about the samba-cvs mailing list