From 2417823c3721c4464a0cb1157e51ca0c5ea32c76 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:54:02 +0200 Subject: [PATCH] Update secure_mode.hpp --- core/parachain/pvf/secure_mode.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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