X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=command.c;h=cba2afb40464a5373ef2320f65b3966845ba357d;hb=835ae89b10977f42fc509addce93bb83af8f6ba4;hp=837c49cf3976b6bb7d8a1c5b7284e53d4ba51257;hpb=bb91597b9ecf650a63a40753f7f7c771576d252e;p=paraslash.git diff --git a/command.c b/command.c index 837c49cf..cba2afb4 100644 --- a/command.c +++ b/command.c @@ -872,7 +872,7 @@ static int run_command(struct command_context *cc, struct iovec *iov) * permissions to execute that command, the function calls the corresponding * command handler which does argument checking and further processing. * - * In order to cope with a DOS attacks, a timeout is set up which terminates + * In order to cope with DOS attacks, a timeout is set up which terminates * the function if the connection was not authenticated when the timeout * expires. *