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 --- history.txt | 2 +- html/cache.html | 2 +- src/htscore.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/history.txt b/history.txt index c262942..b9c779e 100644 --- a/history.txt +++ b/history.txt @@ -178,7 +178,7 @@ This file lists all changes and fixes that have been made for HTTrack. + New: improved background download to handle large sites + New: '--assume foo/bar.cgi=text/html' is now possible + New: MIME type scan rules (such as -mime:video/* +mime:video/mpeg) -+ New: size scan rules now allows to rewrite uncaught links as external links ++ New: size scan rules now allows you to rewrite uncaught links as external links + Fixed: crash fixed when ftime()/localtime()==NULL + Fixed: iso-9660 option now using '_' for collision character + Fixed: collision problems with CaSe SeNsItIvItY diff --git a/html/cache.html b/html/cache.html index a17cb70..36be72f 100755 --- a/html/cache.html +++ b/html/cache.html @@ -181,7 +181,7 @@ There are also specific issues regarding this format: The extra field is composed of text data, and this text data is composed of distinct lines of headers. The end of text, or a double CR/LF, mark the end of this zone. -This method allows to optionally store original HTTP headers just after the "meta-data" headers for informational use.
+This method allows you to optionally store original HTTP headers just after the "meta-data" headers for informational use.

The status line (the first headers line)
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