From 3133cfd2addb2314393f5abf7a9e7e96357b5460 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 7 Feb 2015 11:40:09 +0100 Subject: [PATCH] documentation --- src/ebusd/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/network.h b/src/ebusd/network.h index 996940e5..666485ce 100644 --- a/src/ebusd/network.h +++ b/src/ebusd/network.h @@ -121,7 +121,7 @@ public: /** * Return whether the client shall be disconnected. - * @retur true when the client shall be disconnected. + * @return true when the client shall be disconnected. */ bool isDisconnect() { return m_disconnect; }