Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Sep 30, 2024
1 parent d58c4cb commit e671b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/state/historical_rocksdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ where
let migration_in_progress = match lock_guard {
Err(poisoned) => {
// We should only write to the lock when we initialize the DB, and when the migration finishes.
// If the lock is poisoned, then the migration process was trying to aquire the lock in writing
// If the lock is poisoned, then the migration process was trying to acquire the lock in writing
// mode to update the migration status to completed. In this case, we can assume that the migration
// is complete.
tracing::warn!("The lock on the migration status is poisoned ({:?}) Assuming that the migration is complete.", poisoned);
Expand Down

0 comments on commit e671b0c

Please sign in to comment.