From 640663bb07cce3553e300463ca7157d2da0c6e67 Mon Sep 17 00:00:00 2001 From: Shawn <18649508+NOBLES5E@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:07:06 +0000 Subject: [PATCH] chore: typo --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 00c0f068..5ff09ee1 100644 --- a/src/config.rs +++ b/src/config.rs @@ -588,7 +588,7 @@ impl Shard { if primary_count > 1 { error!( - "Shard {} has more than on primary configured", + "Shard {} has more than one primary configured", self.database ); return Err(Error::BadConfig);