From d79e11ad6d4be78a4140d0f33acea702cbd1d944 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 1 Mar 2002 01:24:30 +0000 Subject: Various comment fixes from Rafal Szczesniak (This used to be commit 3bf4b42771d115500941be374bfdd9b8c2fdba4a) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index cd53b6b7c2..a4dea39d2d 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -123,7 +123,7 @@ static BOOL make_user_info(auth_usersupplied_info **user_info, ZERO_STRUCTP(*user_info); - DEBUG(5,("makeing strings for %s's user_info struct\n", internal_username)); + DEBUG(5,("making strings for %s's user_info struct\n", internal_username)); (*user_info)->smb_name.str = strdup(smb_name); if ((*user_info)->smb_name.str) { -- cgit