diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-12 16:06:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-12 16:06:05 +0000 |
commit | 9308eaf77d53b2d86c071ef07a8e32d9d83b6d12 (patch) | |
tree | da14031f9f16aa64a209870f160ebc0ca7cee269 /source3/passdb | |
parent | c9bfb7660bf60d32c51bfe368ce874770adb6f10 (diff) | |
download | samba-9308eaf77d53b2d86c071ef07a8e32d9d83b6d12.tar.gz samba-9308eaf77d53b2d86c071ef07a8e32d9d83b6d12.tar.bz2 samba-9308eaf77d53b2d86c071ef07a8e32d9d83b6d12.zip |
fixing typos in debug statements
(This used to be commit f59bcb51cfe4e268ba43245d401d212aefdf2b72)
Diffstat (limited to 'source3/passdb')
-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 53fefd6336..dbc0bdc1c0 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; } |