diff options
Diffstat (limited to 'mactelnet.c')
-rw-r--r-- | mactelnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mactelnet.c b/mactelnet.c index 19624ea..ad2c985 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -592,7 +592,7 @@ int main (int argc, char **argv) { inet_pton(AF_INET, (char *)"255.255.255.255", &destip); memcpy(&sourceip, &(si_me.sin_addr), IPV4_ALEN); - /* Sessioon key */ + /* Session key */ sessionkey = rand() % 65535; /* stop output buffering */ |