Changed a comment and updated the project file.

This commit is contained in:
Martín Lucas Golini
2014-04-12 15:45:47 -03:00
parent 5b6490425f
commit a19deb4851
2 changed files with 78 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
// We'll work on http://en.wikipedia.org
http.SetHost("http://en.wikipedia.org");
// Prepare a request to get the '/' page
// Prepare a request to get the wikipedia main page
cHttp::Request request("/wiki/Main_Page");
// Send the request