diff options
-rw-r--r-- | src/htscoremain.c | 2 | ||||
-rw-r--r-- | src/htshelp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c index cbc5971..4a1bdcd 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -2971,7 +2971,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) { io_flush; - /* Enforce limits to avoid bandwith abuse. The bypass_limits should only be used by administrators and experts. */ + /* Enforce limits to avoid bandwidth abuse. The bypass_limits should only be used by administrators and experts. */ if (!opt->bypass_limits) { if (opt->maxsoc <= 0 || opt->maxsoc > 8) { opt->maxsoc = 8; diff --git a/src/htshelp.c b/src/htshelp.c index c6e91d8..488a769 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -637,7 +637,7 @@ void help(char *app, int more) { infomsg ("Dangerous options: (do NOT use unless you exactly know what you are doing)"); infomsg - (" %! bypass built-in security limits aimed to avoid bandwith abuses (bandwidth, simultaneous connections)"); + (" %! bypass built-in security limits aimed to avoid bandwidth abuses (bandwidth, simultaneous connections)"); infomsg(" IMPORTANT NOTE: DANGEROUS OPTION, ONLY SUITABLE FOR EXPERTS"); infomsg(" USE IT WITH EXTREME CARE"); infomsg(""); |