Skip to content

Commit 4d8c724

Browse files
imharrywufjl
authored andcommitted
build: fix typo (ethereum#17773)
1 parent 7e1c374 commit 4d8c724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ func xgoTool(args []string) *exec.Cmd {
10401040
func doPurge(cmdline []string) {
10411041
var (
10421042
store = flag.String("store", "", `Destination from where to purge archives (usually "gethstore/builds")`)
1043-
limit = flag.Int("days", 30, `Age threshold above which to delete unstalbe archives`)
1043+
limit = flag.Int("days", 30, `Age threshold above which to delete unstable archives`)
10441044
)
10451045
flag.CommandLine.Parse(cmdline)
10461046

0 commit comments

Comments
 (0)