Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 20 Jan 2009 22:31:51 +0000 (23:31 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 21 Jan 2009 10:21:00 +0000 (11:21 +0100)
source3/auth/auth_util.c

index d2a8591ae61e9e97dadc3877dd86b21997f0edad..e3677c41a45978d4d28194ba3e4e1ba766816c6f 100644 (file)
@@ -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 */