diff --git a/core/parachain/pvf/secure_mode.hpp b/core/parachain/pvf/secure_mode.hpp index 3100b1d2ee..4b69c7ec9a 100644 --- a/core/parachain/pvf/secure_mode.hpp +++ b/core/parachain/pvf/secure_mode.hpp @@ -34,7 +34,7 @@ namespace kagome::parachain { return e.message(); } - /// Changes the filessystem root directory for the current process to + /// Changes the filesystem root directory for the current process to /// worker_dir SecureModeOutcome changeRoot(const std::filesystem::path &worker_dir); /// Prohibits network-related system calls