From 0a0a8733ab0599137be3775493d4c5db44ef65d0 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 1 Jul 2022 11:19:26 +0800 Subject: [PATCH] fix grammer error raised by golint-ci --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index a0363ee8fd..c0220258ca 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -124,7 +124,7 @@ var ( } AncientPruneFlag = cli.BoolFlag{ Name: "ancient.prune", - Usage: "Totally discard the ancient blocks instead of writting them to the freezer db", + Usage: "Totally discard the ancient blocks instead of writing them to the freezer db", } MinFreeDiskSpaceFlag = DirectoryFlag{ Name: "datadir.minfreedisk",