Fix typos found by codespell
Signed-off-by: Pavel Roskin <proski@gnu.org>
This commit is contained in:
parent
d2f93d3706
commit
ffbf1eaa26
31 changed files with 45 additions and 45 deletions
|
@ -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 {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue