Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphoyd committed May 5, 2013
1 parent b4edb1b commit 971482e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/utility_client/utility_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class perftest {

//con->set_proxy("http://humupdates.uchicago.edu:8443");

endpoint.connect(con);
m_endpoint.connect(con);

// Start the ASIO io_service run loop
m_start = std::chrono::high_resolution_clock::now();
endpoint.run();
m_endpoint.run();
}

void on_socket_init(websocketpp::connection_hdl hdl) {
Expand Down

0 comments on commit 971482e

Please sign in to comment.