From f5bf82f9a65faddb036487120be3714630d1aa89 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 17 Oct 2014 00:41:24 +0200 Subject: [PATCH] pam_winbind: fix comment typos Signed-off-by: Michael Adam --- nsswitch/pam_winbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index 98ec64f..564f773 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -2418,7 +2418,7 @@ static char winbind_get_separator(struct pwb_context *ctx) * Convert a upn to a name. * * @param ctx PAM winbind context. - * @param upn USer UPN to be trabslated. + * @param upn User UPN to be translated. * * @return converted name. NULL pointer on failure. Caller needs to free. */ -- 1.9.1