mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 05:13:51 -07:00
fix various spelling and typography errors
taken from Debian; the changes were authored by: * Julián Moreno Patiño <julian@debian.org> * Daniel Echeverry <epsilon77@gmail.com>
This commit is contained in:
parent
21ae638382
commit
0e6ef089db
16 changed files with 20 additions and 20 deletions
6
hydra.c
6
hydra.c
|
@ -516,7 +516,7 @@ void help(int32_t ext) {
|
|||
"[service://server[:PORT][/OPT]]\n");
|
||||
PRINT_NORMAL(ext, "\nOptions:\n");
|
||||
PRINT_EXTEND(ext, " -R restore a previous aborted/crashed session\n"
|
||||
" -I ignore an existing restore file (dont wait 10 seconds)\n"
|
||||
" -I ignore an existing restore file (don't wait 10 seconds)\n"
|
||||
#ifdef LIBOPENSSL
|
||||
" -S perform an SSL connect\n"
|
||||
#endif
|
||||
|
@ -2434,7 +2434,7 @@ int32_t main(int32_t argc, char *argv[]) {
|
|||
#endif
|
||||
|
||||
if (debug)
|
||||
printf("[DEBUG] Ouput color flag is %d\n", colored_output);
|
||||
printf("[DEBUG] Output color flag is %d\n", colored_output);
|
||||
|
||||
if (hydra_options.restore && argc > 2 + debug + verbose)
|
||||
fprintf(stderr, "[WARNING] options after -R are now honored (since v8.6)\n");
|
||||
|
@ -4037,7 +4037,7 @@ int32_t main(int32_t argc, char *argv[]) {
|
|||
}
|
||||
|
||||
if (debug)
|
||||
printf("[DEBUG] killing all remaining childs now that might be stuck\n");
|
||||
printf("[DEBUG] killing all remaining children now that might be stuck\n");
|
||||
for (i = 0; i < hydra_options.max_use; i++)
|
||||
if (hydra_heads[i]->active == HEAD_ACTIVE && hydra_heads[i]->pid > 0)
|
||||
hydra_kill_head(i, 1, 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue