spelling: allows to => allows you to

This commit is contained in:
Xavier Roche
2013-06-16 14:35:07 +00:00
parent 637ab51956
commit 84e136f8f2
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 />

View File

@@ -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')