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();