]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command.c: Fix typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 28 Dec 2017 21:37:20 +0000 (22:37 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jan 2018 21:23:24 +0000 (22:23 +0100)
command.c

index 837c49cf3976b6bb7d8a1c5b7284e53d4ba51257..cba2afb40464a5373ef2320f65b3966845ba357d 100644 (file)
--- 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 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.
  *