From 71bd175ace86f917b926755fc0fed90779602f4d Mon Sep 17 00:00:00 2001 From: cuishuang Date: Tue, 1 Mar 2022 17:45:29 +0800 Subject: [PATCH] winstrap.go: fix typo --- winstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winstrap.go b/winstrap.go index 627ff31..4ccf91b 100644 --- a/winstrap.go +++ b/winstrap.go @@ -53,7 +53,7 @@ func main() { } flag.Parse() if !*flagYes { - log.Printf("This program will first download TDM-GCC, Wix, and Git, then let you optinally install Go.\nType 'go' to proceed.") + log.Printf("This program will first download TDM-GCC, Wix, and Git, then let you optionally install Go.\nType 'go' to proceed.") waitForGo() }