Skip to content

Commit

Permalink
fix: correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Jul 16, 2024
1 parent 8805722 commit d2e99c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/db/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub enum DbError {
#[error("tried to overwrite consensus checkpoint at idx {0}")]
OverwriteConsensusCheckpoint(u64),

#[error("tried to overwrite state update at idx{0}. must purge in order to be repaced")]
#[error("tried to overwrite state update at idx{0}. must purge in order to be replaced")]
OverwriteStateUpdate(u64),

#[error("tried to purge data more recently than allowed")]
Expand Down

0 comments on commit d2e99c4

Please sign in to comment.