eap-radius: Small spelling fix

Closes strongswan/strongswan#174.
This commit is contained in:
Boris Vanhoof 2020-06-27 10:32:19 +02:00 committed by Tobias Brunner
parent f2d240954a
commit 6870a9b590
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static void load_configs(private_eap_radius_plugin_t *this)
retransmit_base);
if (!config)
{
DBG1(DBG_CFG, "no RADUIS server defined");
DBG1(DBG_CFG, "no RADIUS server defined");
return;
}
this->configs->insert_last(this->configs, config);