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() }