diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-16 14:33:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-16 14:33:51 +0000 |
commit | 637ab519563af2b08caa0e1e42cd3ce86e446614 (patch) | |
tree | 41a59fdae58d43aa5857ac075a28b78d7d963d23 /src/htscoremain.c | |
parent | b8126358c457fe0267e380dda139b5a7068e57c9 (diff) |
spelling: s/bandwith/bandwidth/g
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 2 |
1 files changed, 1 insertions, 1 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; |