summaryrefslogtreecommitdiff
path: root/tools/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/socket.h')
-rw-r--r--tools/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/socket.h b/tools/socket.h
index effdef8..293e8b2 100644
--- a/tools/socket.h
+++ b/tools/socket.h
@@ -62,7 +62,7 @@ public:
/* Accept() returns a newly created cTBSocket, which is connected to the
first connection request on the queue of pending connections of a
listening socket. If no connection request was pending, or if any other
- error occured, the resulting cTBSocket is closed. */
+ error occurred, the resulting cTBSocket is closed. */
virtual cTBSocket Accept(void) const;
/* Accept() extracts the first connection request on the queue of pending