From 263cda6ee386b9c5d409ca02798632ca67282796 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 28 Dec 2017 22:37:20 +0100 Subject: [PATCH] command.c: Fix typo in comment. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.39.2