From 4d8c7248bda39e43b7d58ba894c26c4562a13c3f Mon Sep 17 00:00:00 2001
From: HarryWu <imharrywu@users.noreply.github.com>
Date: Sat, 29 Sep 2018 02:05:46 +0800
Subject: [PATCH] build: fix typo (#17773)

---
 build/ci.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/ci.go b/build/ci.go
index 40252cbde..c5a107e1d 100644
--- a/build/ci.go
+++ b/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)
 
-- 
GitLab