fix grammer error raised by golint-ci

This commit is contained in:
user 2022-07-01 11:19:26 +08:00
parent a6e42641a2
commit 0a0a8733ab

View file

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