From e51a74ee1c9286f6cea0d30a930a97ade7cb947d Mon Sep 17 00:00:00 2001
From: Valentin Syrovatskiy <v.syrovatskiy@picodata.io>
Date: Mon, 25 Jul 2022 23:38:49 +0300
Subject: [PATCH] chore: fix log message

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 224b0aed44..bf3a7aeffb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -712,7 +712,7 @@ fn postjoin(args: &args::Run) {
         tlog!(
             Info,
             concat!(
-                "this is the only vorer in cluster, ",
+                "this is the only voter in cluster, ",
                 "triggering election immediately"
             )
         );
-- 
GitLab