r20402: Fix spelling: samba bug #4292 debian #402392
authorAndrew Bartlett <abartlet@samba.org>
Fri, 29 Dec 2006 08:25:51 +0000 (08:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:46 +0000 (12:16 -0500)
source/passdb/pdb_ldap.c

index 8ea54ead30d9bbbfd3ee84f574a381c94fd1614f..533b936efd9186869844b4f7c6f685dae463aa7f 100644 (file)
@@ -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;
        }