From 63414f86084afb5e33a8b6eb9ed74a2deeed4590 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 2 Dec 2025 21:55:09 +0300 Subject: [PATCH] zapret-lib: typo --- lua/zapret-lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-lib.lua b/lua/zapret-lib.lua index 6542c1d..fffd822 100644 --- a/lua/zapret-lib.lua +++ b/lua/zapret-lib.lua @@ -44,7 +44,7 @@ function apply_execution_plan(desync, plan) desync.func_instance = plan.func_instance desync.arg = plan.arg end --- redo what whould be done without orcestration +-- redo what whould be done without orchestration function replay_execution_plan(desync, plan) for i=1,#plan do if not payload_match_filter(desync.l7payload, plan[i].payload_filter) then