From: Thomas Markwalder Date: Thu, 8 Apr 2021 12:58:27 +0000 (-0400) Subject: [#1732] Fixed a typo. X-Git-Tag: Kea-1.9.7~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28652cc822cb3a69533fd7b368f0ec30e2a260eb;p=thirdparty%2Fkea.git [#1732] Fixed a typo. --- diff --git a/src/lib/http/url.h b/src/lib/http/url.h index be48a7cad7..c973bd3398 100644 --- a/src/lib/http/url.h +++ b/src/lib/http/url.h @@ -77,7 +77,7 @@ public: /// @brief Returns path. /// - /// #return URL path + /// @return URL path /// @throw InvalidOperation if URL is invalid. std::string getPath() const;