From 8a617f1f5cd9326f5ea328d623ea7747f94f01ef Mon Sep 17 00:00:00 2001 From: cui fliter Date: Tue, 6 Sep 2022 22:52:45 +0800 Subject: [PATCH] winstrap.go: fix typo Signed-off-by: cui fliter --- 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() }