Skip to content

Commit cb5ff40

Browse files
authored
fix typo (#415)
chore: typo
1 parent 62b2d99 commit cb5ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ impl Shard {
588588

589589
if primary_count > 1 {
590590
error!(
591-
"Shard {} has more than on primary configured",
591+
"Shard {} has more than one primary configured",
592592
self.database
593593
);
594594
return Err(Error::BadConfig);

0 commit comments

Comments
 (0)