diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-12 16:08:11 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-12 16:08:11 +0000 |
commit | d33db506ca7f62730c7954d9f19d184171a5d16b (patch) | |
tree | 3642d68f69b0624e6b1851b3779ed0dde655920f /source3/passdb/pdb_ldap.c | |
parent | 04cb5dfe0cbdc55575a70eae17e4d82c781786d8 (diff) | |
download | samba-d33db506ca7f62730c7954d9f19d184171a5d16b.tar.gz samba-d33db506ca7f62730c7954d9f19d184171a5d16b.tar.bz2 samba-d33db506ca7f62730c7954d9f19d184171a5d16b.zip |
fixing typos in debug statements
(This used to be commit bd660f45df4df686f58a181f002ca1d88e7c1015)
Diffstat (limited to 'source3/passdb/pdb_ldap.c')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index b23b7286ea..da3a163c1e 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -471,7 +471,7 @@ static int ldapsam_open(struct ldapsam_privates *ldap_state) } if (ldap_state->ldap_struct != NULL) { - DEBUG(5,("ldapsam_open: allready connected to the LDAP server\n")); + DEBUG(5,("ldapsam_open: already connected to the LDAP server\n")); return LDAP_SUCCESS; } |