summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:20:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:26 +0200
commitf5b908d8186b18bb3ec86b4b0db488bf7c6af643 (patch)
treefde2f0ae1de2092588f1d5f892e4971159a155e4 /nsswitch
parent4e4764240bff063e1e9680117de66fd0519d916e (diff)
downloadsamba-f5b908d8186b18bb3ec86b4b0db488bf7c6af643.tar.gz
Fix spelling s/formated/formatted/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/pam_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index 63fede87c78..7ac5bb08181 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -1220,7 +1220,7 @@ static bool winbind_name_list_to_sid_string_list(struct pwb_context *ctx,
/*
* The lookup of the last name failed..
* It results in require_member_of_sid ends with ','
- * It is malformated parameter here, overwrite the last ','.
+ * It is malformatted parameter here, overwrite the last ','.
*/
len = strlen(sid_list_buffer);
if ((len != 0) && (sid_list_buffer[len - 1] == ',')) {