diff options
Diffstat (limited to 'include/server.h')
-rw-r--r-- | include/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h index e54a379bc..d73c9673a 100644 --- a/include/server.h +++ b/include/server.h @@ -53,7 +53,7 @@ class CoreExport Server : public classbase */ const std::string& GetName() const { return name; } - /** Returns the description (GECOS) of this server + /** Returns the description of this server * @return The description of this server */ const std::string& GetDesc() const { return description; } |