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);