From: Arran Cudbard-Bell Date: Thu, 12 Apr 2018 05:40:00 +0000 (+0600) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223c135cdd6733a9b6dc341aef8fdc3d9b771de9;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/modules/rlm_mschap/auth_wbclient.c b/src/modules/rlm_mschap/auth_wbclient.c index 8a04a5d559d..6772838941f 100644 --- a/src/modules/rlm_mschap/auth_wbclient.c +++ b/src/modules/rlm_mschap/auth_wbclient.c @@ -43,8 +43,8 @@ RCSID("$Id$") /** Use Winbind to normalise a username * - * @param[in] food The talloc context where the result is parented from - * @param[in] ctx The winbind context + * @param[in] ctx The talloc context where the result is parented from + * @param[in] wb_ctx The winbind context * @param[in] dom_name The domain of the user * @param[in] name The username (without the domain) to be normalised * @return