diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-09 16:49:02 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-09 16:49:49 +0200 |
commit | bfeab64ebf9481d98ffb182adb03bbd6e6ada462 (patch) | |
tree | fed912fb52cd014b5e9adacb6177ff336e5f5228 /source3/auth | |
parent | bae564b0a361fa1ead777e1a5da47d3499c3676c (diff) | |
download | samba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.tar.gz samba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.tar.bz2 samba-bfeab64ebf9481d98ffb182adb03bbd6e6ada462.zip |
s3: Fix a typo
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
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 ); |