Spelling fixes s/didnt'/didn't/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:58:27 +0000 (21:58 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/winbindd/winbindd_pam.c

index 9b220c46c70e5a105aa2a2a1a7bf3e78e19a7e57..6c646bcd8d67733b29f38ec8908b51d04a1faf1d 100644 (file)
@@ -2085,7 +2085,7 @@ enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
                                               state->request->data.auth.user,
                                               &mapped_user);
 
-       /* If the name normalization didnt' actually do anything,
+       /* If the name normalization didn't actually do anything,
           just use the original name */
 
        if (!NT_STATUS_IS_OK(name_map_status) &&