From 6f940c79205889f5099049de3325a82a5f9670ad Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Thu, 17 Jan 2013 00:03:43 -0800 Subject: Typo. --- src/Socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Socket.cc b/src/Socket.cc index ccd1011..67e19c9 100644 --- a/src/Socket.cc +++ b/src/Socket.cc @@ -394,7 +394,7 @@ bool Balau::Socket::connect(const char * hostname, int port) { freeaddrinfo(res); } else { - // if we end up there, it means our yield earlier thrown a EAgain exception. + // if we end up there, it means our yield earlier threw an EAgain exception. AAssert(m_evtR->gotSignal(), "Please don't call connect after a EAgain without checking its signal first."); } -- cgit v1.2.3