summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/htscore.c2
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')