From adb3a63943f8532f74e1fb570c14d3a78d63a451 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Dec 2006 08:25:51 +0000 Subject: r20402: Fix spelling: samba bug #4292 debian #402392 (This used to be commit e43aa4e03d8d2d3ffa3a0383b0b0835dd1a51cda) --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/pdb_ldap.c') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 8ea54ead30..533b936efd 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -2595,7 +2595,7 @@ static NTSTATUS ldapsam_enum_group_memberships(struct pdb_methods *methods, 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; } -- cgit