]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
pgsql: fix typo in comment that changed meaning
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 20 May 2025 21:13:18 +0000 (18:13 -0300)
committerJuliana Fajardini <jufajardini@oisf.net>
Wed, 4 Jun 2025 18:21:32 +0000 (15:21 -0300)
rust/src/pgsql/pgsql.rs

index 89055617da15662e2a8cdd367758e8fd4b9d3726..761b551c1d3cbdd72e4d59dfbfad425b27abc46c 100644 (file)
@@ -447,7 +447,7 @@ impl PgsqlState {
                             }
                         }
                     } else {
-                        // If there isn't a new transaction, we'll consider Suri should move on
+                        // If there isn't a transaction, we'll consider Suri should move on
                         return AppLayerResult::ok();
                     };
                 }
@@ -677,7 +677,7 @@ impl PgsqlState {
                             }
                         }
                     } else {
-                        // If there isn't a new transaction, we'll consider Suri should move on
+                        // If there isn't a transaction, we'll consider Suri should move on
                         return AppLayerResult::ok();
                     };
                 }