summaryrefslogtreecommitdiff
path: root/src/htshelp.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-16 14:33:51 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-16 14:33:51 +0000
commit637ab519563af2b08caa0e1e42cd3ce86e446614 (patch)
tree41a59fdae58d43aa5857ac075a28b78d7d963d23 /src/htshelp.c
parentb8126358c457fe0267e380dda139b5a7068e57c9 (diff)
spelling: s/bandwith/bandwidth/g
Diffstat (limited to 'src/htshelp.c')
-rw-r--r--src/htshelp.c2
1 files changed, 1 insertions, 1 deletions
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("");