]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#226] Fixed another doxygen error
authorFrancis Dupont <fdupont@isc.org>
Wed, 20 Aug 2025 17:44:32 +0000 (19:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 20 Aug 2025 17:44:32 +0000 (19:44 +0200)
src/lib/util/filesystem.h

index 3093bd40bd9327bef42299a64e3d4cf23db373b1..9ce6c94a9081dd0de9478e6402692f057dea7c6d 100644 (file)
@@ -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;