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",