From bfeab64ebf9481d98ffb182adb03bbd6e6ada462 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 9 Apr 2010 16:49:02 +0200 Subject: s3: Fix a typo --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') 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 ); -- cgit