summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-09 16:49:02 +0200
committerVolker Lendecke <vl@samba.org>2010-04-09 16:49:49 +0200
commitbfeab64ebf9481d98ffb182adb03bbd6e6ada462 (patch)
treefed912fb52cd014b5e9adacb6177ff336e5f5228 /source3
parentbae564b0a361fa1ead777e1a5da47d3499c3676c (diff)
downloadsamba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.tar.gz
samba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.tar.bz2
samba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.zip
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 02eaf9d8c1..f149b19c0e 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1543,7 +1543,7 @@ struct passwd *smb_getpwnam( TALLOC_CTX *mem_ctx, char *domuser,
save_username[0] = '\0';
/* don't call map_username() here since it has to be done higher
- up the stack so we don't call it mutliple times */
+ up the stack so we don't call it multiple times */
fstrcpy( username, domuser );