From 84e136f8f2b146badcfaa8d229112809e1919ae4 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 16 Jun 2013 14:35:07 +0000 Subject: spelling: allows to => allows you to --- src/htscore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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') -- cgit v1.2.3