diff --git a/build/ci.go b/build/ci.go
index 40252cbde1ff537ec87cf6914856e5e409e90e2f..c5a107e1d51451237bcfc0ab860af53f8a11316b 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)