X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=f5b39731f94224f81c954949e7fbf41d8aa1e066;hb=e19276003c9158fceccae4d7e626cabb2fb5b0dd;hp=e625990213b295b9be3577db3670dbc6d80f3427;hpb=5d506faba5e49d3fc7eecb5b7d80b515241871d4;p=paraslash.git 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) {