diff options
author | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-17 00:03:43 -0800 |
---|---|---|
committer | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-17 00:21:14 -0800 |
commit | 6f940c79205889f5099049de3325a82a5f9670ad (patch) | |
tree | 73aa2c0d08a3defa16c805f4bae56c393106b5f0 /src | |
parent | bca0857db0dd362805572316d03b327629cfc414 (diff) |
Typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/Socket.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } |