X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fserver.h;h=d73c9673a8136302035de22e83971b54bf34c8cf;hb=4df41508c1adfdd8211994dc206de82718ee097d;hp=e54a379bce36a215f438c0cd7126aef219316f8f;hpb=a3e0768758ca68429a29d9c78ce672f2d938c6e7;p=user%2Fhenk%2Fcode%2Finspircd.git 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; }