pgsql: fix typo in comment that changed meaning

pull/13366/head
Juliana Fajardini 6 months ago
parent 88fdfb9d5a
commit be47de4f6d

@ -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();
};
}

Loading…
Cancel
Save