summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-10-07 18:21:04 -0700
committerPixel <pixel@nobis-crew.org>2008-10-07 18:21:04 -0700
commit62186b60bf462132ab0fff31651969a7140fb408 (patch)
tree6eae2322a084a8461dfbb98af0c9407c226b5e4a /lib
parent58742cde51f692c8b95b92da16f4f1e2b2e7d006 (diff)
Typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/SocketClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SocketClient.cc b/lib/SocketClient.cc
index f458e18..7054f42 100644
--- a/lib/SocketClient.cc
+++ b/lib/SocketClient.cc
@@ -84,5 +84,5 @@ void SocketClient::subDo() throw (GeneralException) {
}
void SocketClient::WaitTimeout() {
- WaitFor(timeout);
+ WaitFor(timeout);
}