Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -58,7 +58,7 @@ void eap_radius_forward_from_ike(radius_message_t *request);
|
||||
/**
|
||||
* Forward RADIUS attributes from a RADIUS response to IKE notifies.
|
||||
*
|
||||
* @param response RADIUS respose to read notifies from
|
||||
* @param response RADIUS response to read notifies from
|
||||
*/
|
||||
void eap_radius_forward_to_ike(radius_message_t *response);
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ typedef struct eap_radius_plugin_t eap_radius_plugin_t;
|
||||
/**
|
||||
* EAP RADIUS proxy plugin.
|
||||
*
|
||||
* This plugin provides not a single EAP method, but a proxy to forwared
|
||||
* This plugin provides not a single EAP method, but a proxy to forward
|
||||
* EAP packets to a RADIUS server. It only provides server implementations.
|
||||
*/
|
||||
struct eap_radius_plugin_t {
|
||||
|
||||
Reference in New Issue
Block a user