aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rc4.c b/lib/rc4.c
index 5e334507..6223077a 100644
--- a/lib/rc4.c
+++ b/lib/rc4.c
@@ -45,7 +45,7 @@
#include "rc4.h"
/* Add some seed to the password, to make sure we *never* use the same key.
- This defines how many byes we use as a seed. */
+ This defines how many bytes we use as a seed. */
#define RC4_IV_LEN 6
/* To defend against a "Fluhrer, Mantin and Shamir attack", it is recommended