summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-16 14:35:07 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-16 14:35:07 +0000
commit84e136f8f2b146badcfaa8d229112809e1919ae4 (patch)
tree18152508d4f0ef99418e1f80b96653aee4ea0bea
parent637ab519563af2b08caa0e1e42cd3ce86e446614 (diff)
spelling: allows to => allows you to
-rw-r--r--history.txt2
-rwxr-xr-xhtml/cache.html2
-rw-r--r--src/htscore.c2
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, <b>or</b> 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.<br />
+This method allows you to optionally store original HTTP headers just after the "meta-data" headers for informational use.<br />
<br />
<b>The status line (the first headers line)</b><br />
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')