From 51b86c9dc596149f4e6fbe276e5cdbd412ebf0e4 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 14 Mar 2015 10:21:10 +0100 Subject: [PATCH] documentation --- src/lib/utils/tcpsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/tcpsocket.h b/src/lib/utils/tcpsocket.h index 8d32f5d0..4d5ea42a 100644 --- a/src/lib/utils/tcpsocket.h +++ b/src/lib/utils/tcpsocket.h @@ -150,7 +150,7 @@ public: int start(); /** - * accept an incomming tcp connection and create a local tcp socket for communication. + * accept an incoming tcp connection and create a local tcp socket for communication. * @return pointer to an opened tcp socket. */ TCPSocket* newSocket();