From: Volker Lendecke Date: Tue, 20 Jan 2009 22:31:51 +0000 (+0100) Subject: Fix a typo X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=2bb126679646889780c54f674a22e271761080af;p=metze%2Fsamba%2Fwip.git Fix a typo --- diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index d2a8591ae61e..e3677c41a459 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -573,7 +573,7 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info, } result->sam_account = sampass; - /* Ensure thaat the sampass will be freed with the result */ + /* Ensure that the sampass will be freed with the result */ talloc_steal(result, sampass); result->unix_name = pwd->pw_name; /* Ensure that we keep pwd->pw_name, because we will free pwd below */