summaryrefslogtreecommitdiff
path: root/examples/Web_Crawler/URL_Visitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Web_Crawler/URL_Visitor.cpp')
-rw-r--r--examples/Web_Crawler/URL_Visitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Web_Crawler/URL_Visitor.cpp b/examples/Web_Crawler/URL_Visitor.cpp
index c2a3f9b0701..9b92a087511 100644
--- a/examples/Web_Crawler/URL_Visitor.cpp
+++ b/examples/Web_Crawler/URL_Visitor.cpp
@@ -155,7 +155,7 @@ HTML_Body_Validation_Strategy::execute (void)
}
else
url.set (&url[7], 1);
- // Double slash at the end works!e.g www.cs.wustl.edu/~kirthika//
+ // Double slash at the end works!e.g seista.cs.wustl.edu/~kirthika//
if (url.find (".html") < 0)
url = url + "/";