This commit is contained in:
Ralph Slooten 2019-08-03 14:22:52 +12:00
parent d2a591a6d9
commit 120e5fefde
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func Goptimize(file string) {
defer out.Close()
if _, err := io.Copy(out, tmpFile); err != nil {
fmt.Printf("Error ovewriting original file: %v\n", err)
fmt.Printf("Error overwriting original file: %v\n", err)
return
}