This is an automated email from the ASF dual-hosted git repository.

gkoszyk pushed a commit to branch partitions_refactor
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/partitions_refactor by this 
push:
     new a215a8985 fix typo
a215a8985 is described below

commit a215a8985e774e5c76b05a308588a1abaa684a96
Author: numinex <[email protected]>
AuthorDate: Mon Mar 16 20:57:24 2026 +0100

    fix typo
---
 core/partitions/src/iggy_partitions.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/partitions/src/iggy_partitions.rs 
b/core/partitions/src/iggy_partitions.rs
index fda970d44..931e804a7 100644
--- a/core/partitions/src/iggy_partitions.rs
+++ b/core/partitions/src/iggy_partitions.rs
@@ -549,7 +549,7 @@ where
         let header = *message.header();
 
         // TODO: WE have to distinguish between an `message` recv by leader 
and follower.
-        // In the follower path, we have to skip the `prepare_for_persistance` 
path, just append to journal.
+        // In the follower path, we have to skip the `prepare_for_persistence` 
path, just append to journal.
         match header.operation {
             Operation::SendMessages => {
                 self.append_send_messages_to_journal(namespace, message)

Reply via email to