From ae9f1e0465684d94f26b376ddd72c2c9c52c5419 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 29 Jun 2008 06:01:20 +0000 Subject: [PATCH] fixed typo --- src/peer_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 06d97245e..f180a3770 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -2531,7 +2531,7 @@ namespace libtorrent (*m_logger) << time_now_string() << " *** NO HANDSHAKE [ waited " << total_seconds(d) << " seconds ] ***\n"; #endif - disconnect("timed out: no hand shake"); + disconnect("timed out: no handshake"); return; }