Description: Fix spelling error
Forwarded: yes
Author: Julián Moreno Patiño <darkjunix@gmail.com>
Last-Update: 2011-10-11
--- a/hydra.c
+++ b/hydra.c
@@ -1609,7 +1609,7 @@
       if (hydra_heads[i]->active >= 0)
         k = 1;
     if (k == 0) {
-      printf("[ERROR] all childs were disabled due too many connection errors\n");
+      printf("[ERROR] all children were disabled due too many connection errors\n");
       return -1;
     }
   }
@@ -2245,7 +2245,7 @@
       i = 4;
       hydra_options.pass = empty_login;
       if (hydra_options.miscptr == NULL) {
-        fprintf(stderr, "Warning: You did not supply proxy credentials via the optional paramter\n");
+        fprintf(stderr, "Warning: You did not supply proxy credentials via the optional parameter\n");
       }
       if (hydra_options.bfg || hydra_options.passfile != NULL)
         bail("the http-proxy-urlenum does not need the -p/-P or -x option");
