From: Andre Noll Date: Thu, 28 Dec 2017 21:37:20 +0000 (+0100) Subject: command.c: Fix typo in comment. X-Git-Tag: v0.6.2~44 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=263cda6ee386b9c5d409ca02798632ca67282796;p=paraslash.git command.c: Fix typo in comment. --- 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. *