diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-16 14:35:07 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-16 14:35:07 +0000 |
commit | 84e136f8f2b146badcfaa8d229112809e1919ae4 (patch) | |
tree | 18152508d4f0ef99418e1f80b96653aee4ea0bea /src/htscore.c | |
parent | 637ab519563af2b08caa0e1e42cd3ce86e446614 (diff) |
spelling: allows to => allows you to
Diffstat (limited to 'src/htscore.c')
-rw-r--r-- | src/htscore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.c b/src/htscore.c index dd57b29..3961933 100644 --- a/src/htscore.c +++ b/src/htscore.c @@ -1235,7 +1235,7 @@ int httpmirror(char *url1, httrackp * opt) { urlfil); } - /* This hack allows to avoid problems with parsing '\0' characters */ + /* This hack allows you to avoid problems with parsing '\0' characters */ if (!is_binary) { for(i = 0; i < r.size; i++) { if (r.adr[i] == '\0') |