summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_connection.hpp')
-rw-r--r--http/http_connection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index 175912d577..7ea0ac6d01 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -632,7 +632,7 @@ class Connection :
if (ec == boost::asio::error::operation_aborted)
{
- // Canceled wait means the path succeeeded.
+ // Canceled wait means the path succeeded.
return;
}
if (ec)