]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1732] Fixed a typo.
authorThomas Markwalder <tmark@isc.org>
Thu, 8 Apr 2021 12:58:27 +0000 (08:58 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 8 Apr 2021 12:59:48 +0000 (08:59 -0400)
src/lib/http/url.h

index be48a7cad7af690de8e73770b6b7bdf2fb05cf4f..c973bd3398fb1e0a24b02b18d941d1d3196a9a31 100644 (file)
@@ -77,7 +77,7 @@ public:
 
     /// @brief Returns path.
     ///
-    /// #return URL path
+    /// @return URL path
     /// @throw InvalidOperation if URL is invalid.
     std::string getPath() const;