浏览代码

build: fix typo (#17773)

HarryWu 7 年之前
父节点
当前提交
4d8c7248bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/ci.go

+ 1 - 1
build/ci.go

@@ -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)