Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Sep 28, 2023
1 parent 2497762 commit 75cf483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bee/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func dbCompactCmd(cmd *cobra.Command) {
}

logger.Warning("Compaction is a destructive process. If the process is stopped for any reason, the localstore may become corrupted.")
logger.Warning("It is highly advised to perform the compaction on a copy of the localtore.")
logger.Warning("It is highly advised to perform the compaction on a copy of the localstore.")
logger.Warning("After compaction finishes, the data directory may be replaced with the compacted version.")
logger.Warning("you have another 10 seconds to change your mind and kill this process with CTRL-C...")
time.Sleep(10 * time.Second)
Expand Down

0 comments on commit 75cf483

Please sign in to comment.