From cb5ff40a59b95c0bffdb67961a16fe78e85f0192 Mon Sep 17 00:00:00 2001 From: Shawn <18649508+NOBLES5E@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:28:54 -0400 Subject: [PATCH] fix typo (#415) chore: typo --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 00c0f06..5ff09ee 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);