From 3ac8a99cecf14569872d3b9c81f4cee35f75955e Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 10 May 2013 17:18:33 -0500 Subject: [PATCH] fixes some typos --- websocketpp/transport/asio/endpoint.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocketpp/transport/asio/endpoint.hpp b/websocketpp/transport/asio/endpoint.hpp index c68a12f2cb..08edcaa722 100644 --- a/websocketpp/transport/asio/endpoint.hpp +++ b/websocketpp/transport/asio/endpoint.hpp @@ -539,7 +539,7 @@ protected: &type::handle_connect, this, tcon, - con_timer + con_timer, callback, lib::placeholders::_1 ) @@ -573,7 +573,7 @@ protected: connect_handler callback, const boost::system::error_code& ec) { if (ec == boost::asio::error::operation_aborted || - dns_timer->expires_from_now().is_negative()) + con_timer->expires_from_now().is_negative()) { m_alog->write(log::alevel::devel,"async_connect cancelled"); return;