summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-10-17 00:41:24 +0200
committerMartin Schwenke <martins@samba.org>2014-10-18 12:41:07 +0200
commit6bbfb09b0746eef8432cf43801f65dd777e7046d (patch)
treeffea1c0037f96c91fd21e1805e8ce3733dea01c8 /nsswitch/pam_winbind.c
parentf3841b9a0fa6c9eff9f1245b91c5210bd7d533ae (diff)
downloadsamba-6bbfb09b0746eef8432cf43801f65dd777e7046d.tar.gz
pam_winbind: fix comment typos
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sat Oct 18 12:41:07 CEST 2014 on sn-devel-104
Diffstat (limited to 'nsswitch/pam_winbind.c')
-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 98ec64fb69f..564f773ee44 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.
*/