Fix typos found by codespell

Signed-off-by: Pavel Roskin <proski@gnu.org>
This commit is contained in:
Pavel Roskin 2011-09-22 00:43:59 +03:00 committed by Jouni Malinen
parent d2f93d3706
commit ffbf1eaa26
31 changed files with 45 additions and 45 deletions

View file

@ -119,7 +119,7 @@ struct eap_sm {
/* Full authenticator state machine local variables */
/* Long-term (maintained betwen packets) */
/* Long-term (maintained between packets) */
EapType currentMethod;
int currentId;
enum {

View file

@ -404,7 +404,7 @@ static int ikev2_process_ker(struct ikev2_initiator_data *data,
}
/* RFC 4306, Section 3.4:
* The length of DH public value MUST be equal to the lenght of the
* The length of DH public value MUST be equal to the length of the
* prime modulus.
*/
if (ker_len - 4 != data->dh->prime_len) {