minor typo

This commit is contained in:
eidheim 2014-07-12 21:19:45 +02:00
commit 1e78d8c40b

View file

@ -12,7 +12,7 @@ using namespace SimpleWeb;
using namespace boost::property_tree;
int main() {
//HTTPS-server at port 8080 using 4 threads
//HTTP-server at port 8080 using 4 threads
Server<HTTP> httpserver(8080, 4);
//Add resources using regular expression for path, a method-string, and an anonymous function