From: Francis Dupont Date: Wed, 20 Aug 2025 17:44:32 +0000 (+0200) Subject: [#226] Fixed another doxygen error X-Git-Tag: Kea-3.1.1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a15632a6b6cdccc38a9ead991aa8571184af58ee;p=thirdparty%2Fkea.git [#226] Fixed another doxygen error --- diff --git a/src/lib/util/filesystem.h b/src/lib/util/filesystem.h index 3093bd40bd..9ce6c94a90 100644 --- a/src/lib/util/filesystem.h +++ b/src/lib/util/filesystem.h @@ -246,7 +246,7 @@ public: /// @return validated path as a string (supported path + input file name) /// /// @throw BadValue if the input path does not include a file name. - /// @trhow SecurityError if the parent path does not path the supported path and + /// @throw SecurityError if the parent path does not path the supported path and /// security is being enforced, SecurityWarn if it is not being enforced. std::string validatePath(const std::string input_path_str, bool enforce_path = shouldEnforceSecurity()) const;