summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-17 00:03:43 -0800
committerNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-17 00:21:14 -0800
commit6f940c79205889f5099049de3325a82a5f9670ad (patch)
tree73aa2c0d08a3defa16c805f4bae56c393106b5f0 /src
parentbca0857db0dd362805572316d03b327629cfc414 (diff)
Typo.
Diffstat (limited to 'src')
-rw-r--r--src/Socket.cc2
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.");
}