summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-05-12 16:06:05 +0000
committerGerald Carter <jerry@samba.org>2003-05-12 16:06:05 +0000
commit9308eaf77d53b2d86c071ef07a8e32d9d83b6d12 (patch)
treeda14031f9f16aa64a209870f160ebc0ca7cee269 /source3/smbd/password.c
parentc9bfb7660bf60d32c51bfe368ce874770adb6f10 (diff)
downloadsamba-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/smbd/password.c')
-rw-r--r--source3/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 8dff42471f..415025f649 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -229,7 +229,7 @@ int register_vuid(auth_serversupplied_info *server_info, const char *smb_name)
/* Register a home dir service for this user */
if ((!vuser->guest) && vuser->unix_homedir && *(vuser->unix_homedir)) {
- DEBUG(3, ("Adding/updating homes service for user '%s' using home direcotry: '%s'\n",
+ DEBUG(3, ("Adding/updating homes service for user '%s' using home directory: '%s'\n",
vuser->user.unix_name, vuser->unix_homedir));
vuser->homes_snum = add_home_service(vuser->user.unix_name, vuser->user.unix_name, vuser->unix_homedir);
} else {