diff options
-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 ); |