svn commit: samba r20401 - in branches/SAMBA_3_0_24/source/passdb: .

abartlet at samba.org abartlet at samba.org
Fri Dec 29 08:24:47 GMT 2006


Author: abartlet
Date: 2006-12-29 08:24:47 +0000 (Fri, 29 Dec 2006)
New Revision: 20401

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

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

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_3_0_24/source/passdb/pdb_ldap.c
===================================================================
--- branches/SAMBA_3_0_24/source/passdb/pdb_ldap.c	2006-12-29 07:31:04 UTC (rev 20400)
+++ branches/SAMBA_3_0_24/source/passdb/pdb_ldap.c	2006-12-29 08:24:47 UTC (rev 20401)
@@ -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