From ff067f37f441537ffec6ef4ee86420ebae727f9a Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 11 May 2006 19:33:43 +0200 Subject: [PATCH] Typo --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index e6259902..f5b39731 100644 --- a/command.c +++ b/command.c @@ -1175,7 +1175,7 @@ int handle_connect(int fd, struct sockaddr_in *addr) if (use_rc4) { crypt_function_recv = rc4_recv; crypt_function_send = rc4_send; - PARA_INFO_LOG("%s", "rc4 encrytion activated\n"); + PARA_INFO_LOG("%s", "rc4 encryption activated\n"); } /* read command */ while ((numbytes = recv_buffer(fd, buf, sizeof(buf))) > 0) { -- 2.39.2