From 75cf48341f78dbcd208a53caa6f26a29ba80109b Mon Sep 17 00:00:00 2001 From: istae <14264581+istae@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:59:57 +0300 Subject: [PATCH] fix: typo --- cmd/bee/cmd/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bee/cmd/db.go b/cmd/bee/cmd/db.go index e5ae3ae0635..ffb17771172 100644 --- a/cmd/bee/cmd/db.go +++ b/cmd/bee/cmd/db.go @@ -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)