From a15632a6b6cdccc38a9ead991aa8571184af58ee Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 20 Aug 2025 19:44:32 +0200 Subject: [PATCH] [#226] Fixed another doxygen error --- src/lib/util/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;