]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo fix: retrived => retrieved
authorHerwin Weststrate <herwin@quarantainenet.nl>
Thu, 4 Jun 2015 12:02:40 +0000 (14:02 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 11:39:26 +0000 (07:39 -0400)
src/modules/rlm_eap/types/rlm_eap_sim/rlm_eap_sim.c

index d591892801e3aa54a22136665ae1481daa2176c5..1417a4ca91e30fcadc877a48491eaef901f90b3c 100644 (file)
@@ -261,7 +261,7 @@ static int eap_sim_get_challenge(eap_handler_t *handler, VALUE_PAIR *vps, int id
  * Challenges will come from one of three places eventually:
  *
  * 1  from attributes like PW_EAP_SIM_RANDx
- *         (these might be retrived from a database)
+ *         (these might be retrieved from a database)
  *
  * 2  from internally implemented SIM authenticators
  *         (a simple one based upon XOR will be provided)