From 00e24a9faf10dc7c0f0b5f7a82b0416b875f2cf0 Mon Sep 17 00:00:00 2001
From: Denis Smirnov <sd@picodata.io>
Date: Sat, 31 Dec 2022 18:58:00 +0700
Subject: [PATCH] refactoring: typo fix

---
 sbroad-core/src/executor/ir.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbroad-core/src/executor/ir.rs b/sbroad-core/src/executor/ir.rs
index 0305f19702..a089b2b296 100644
--- a/sbroad-core/src/executor/ir.rs
+++ b/sbroad-core/src/executor/ir.rs
@@ -311,7 +311,7 @@ impl ExecutionPlan {
                         // But as a result we can produce an extremely verbose SQL query from such a plan (tarantool's
                         // parser can fail to parse such SQL).
 
-                        // FIXME: UNDO operation can cause problems  ша we introduce more complicated transformations
+                        // FIXME: UNDO operation can cause problems if we introduce more complicated transformations
                         // for filter/condition (but then the UNDO logic should be changed as well).
                         let undo_expr_id = ir_plan.undo.get_oldest(expr_id).unwrap_or(expr_id);
                         *expr_id = *translation.get(undo_expr_id).ok_or_else(|| {
-- 
GitLab