chore: typo
This commit is contained in:
Shawn
2023-04-26 11:28:54 -04:00
committed by GitHub
parent 62b2d994c1
commit cb5ff40a59

View File

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