diff --git a/src/PGenericSocketManager.h b/src/PGenericSocketManager.h index 1862e4b4dc18dc0dc74e2e196a839c63e5b998ea..1fdf75b1ef5d1d163f0024bd84e9010f5d1f09f2 100644 --- a/src/PGenericSocketManager.h +++ b/src/PGenericSocketManager.h @@ -50,7 +50,7 @@ class PGenericSocketManager{ ///Recieve data from the given socket /** @param name : name of the socket to be used * @param data : data to be recieved - * @param flags : flags to be used to send the message (BLOCK, NON_BLOCK, etc) + * @param flag : flags to be used to send the message (BLOCK, NON_BLOCK, etc) * @return true on success, false otherwise */ template<typename U>