]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 01:22:04 +0000 (19:22 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 25 Jan 2022 01:22:04 +0000 (19:22 -0600)
src/lib/eap_aka_sim/state_machine.c

index 8a900a9dab53eb105126ed1b3faf4f331437e198..07bfefb05076e78afa85efcccc822aead63455e0 100644 (file)
@@ -2227,7 +2227,7 @@ RESUME(recv_aka_challenge_response)
  *   - EAP-Response/AKA-Challenge - call 'recv Challenge-Response { ... }'.
  *   - EAP-Response/AKA-Authentication-Reject - call 'recv Authentication-Reject { ... }'  and after that
  *     send a EAP-Request/SIM-Notification indicating a General Failure.
- *   - EAP-Response/AKA-Synchronization-Failure - call 'recv Syncronization-Failure { ... }'.
+ *   - EAP-Response/AKA-Synchronization-Failure - call 'recv Synchronization-Failure { ... }'.
  *   - EAP-Response/AKA-Client-Error - call 'recv Client-Error { ... }' and after that
  *     send a EAP-Request/AKA-Notification indicating a General Failure.
  *   - Anything else, enter the FAILURE-NOTIFICATION state.