summaryrefslogtreecommitdiff
path: root/src/htscore.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:04:25 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:04:25 +0000
commit388b7dee2a2d558c0ee576a9213b5ea422a56c77 (patch)
tree4c0f66930ae08593dd39134395b42bcec7a15d61 /src/htscore.c
parent0183f4dd84d8cc44d617fb48436881e79e2bf0f2 (diff)
httrack 3.45.1
Diffstat (limited to 'src/htscore.c')
-rw-r--r--src/htscore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htscore.c b/src/htscore.c
index bfc5643..650633e 100644
--- a/src/htscore.c
+++ b/src/htscore.c
@@ -1635,7 +1635,7 @@ int httpmirror(char* url1, httrackp* opt) {
}
}
if (opt->log!=NULL) {
- HTS_LOG(opt,LOG_INFO); fprintf(opt->log,"Note: due to %s remote robots.txt rules, links begining with these path will be forbidden: %s (see in the options to disable this)"LF,urladr,infobuff);
+ HTS_LOG(opt,LOG_INFO); fprintf(opt->log,"Note: due to %s remote robots.txt rules, links beginning with these path will be forbidden: %s (see in the options to disable this)"LF,urladr,infobuff);
test_flush;
}
}
@@ -2397,7 +2397,7 @@ HTSEXT_API int structcheck(const char* path) {
return 0; /* OK */
}
- /* Start from the begining */
+ /* Start from the beginning */
i = 0;
/* Skip irrelevant part (the root slash, or the drive path) */