From 7a7dd0375856a8fae6439142e4119082ddea6d36 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 24 Jul 2025 19:33:19 -0300 Subject: [PATCH] fix spelling --- hydra-http-form.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-http-form.c b/hydra-http-form.c index af2f457..7de90e3 100755 --- a/hydra-http-form.c +++ b/hydra-http-form.c @@ -1590,7 +1590,7 @@ void usage_http_form(const char *service) { " the sent/received data!\n" " Note that using invalid login condition checks can result in false positives!\n" "\nThe following parameters are optional and are put between the form parameters\n" - "and the condition string; seperate them too with colons:\n" + "and the condition string; separate them too with colons:\n" " 1= 401 error response is interpreted as user/pass wrong\n" " 2= 302 page forward return codes identify a successful attempt\n" " M= attack forms that use multipart format\n"