build: fix typo (#17773)

This commit is contained in:
HarryWu 2018-09-29 02:05:46 +08:00 committed by Felix Lange
parent 7e1c374dc6
commit 4d8c7248bd
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ func xgoTool(args []string) *exec.Cmd {
func doPurge(cmdline []string) {
var (
store = flag.String("store", "", `Destination from where to purge archives (usually "gethstore/builds")`)
limit = flag.Int("days", 30, `Age threshold above which to delete unstalbe archives`)
limit = flag.Int("days", 30, `Age threshold above which to delete unstable archives`)
)
flag.CommandLine.Parse(cmdline)