diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-07 18:21:04 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-07 18:21:04 -0700 |
commit | 62186b60bf462132ab0fff31651969a7140fb408 (patch) | |
tree | 6eae2322a084a8461dfbb98af0c9407c226b5e4a /lib | |
parent | 58742cde51f692c8b95b92da16f4f1e2b2e7d006 (diff) |
Typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SocketClient.cc | 2 |
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); } |