svn commit: samba r20402 - in branches/SAMBA_3_0/source/passdb: .

abartlet at samba.org abartlet at samba.org
Fri Dec 29 08:25:52 GMT 2006


Author: abartlet
Date: 2006-12-29 08:25:51 +0000 (Fri, 29 Dec 2006)
New Revision: 20402

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

Log:
Fix spelling: samba bug #4292 debian #402392


Modified:
   branches/SAMBA_3_0/source/passdb/pdb_ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/passdb/pdb_ldap.c
===================================================================
--- branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2006-12-29 08:24:47 UTC (rev 20401)
+++ branches/SAMBA_3_0/source/passdb/pdb_ldap.c	2006-12-29 08:25:51 UTC (rev 20402)
@@ -2595,7 +2595,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;
 	}



More information about the samba-cvs mailing list