This commit is contained in:
Ralph Slooten 2019-08-23 19:17:56 +12:00
parent 5df486c53e
commit 36e9b4c8fa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func Goptimize(file string) {
return
}
// open original, rotate if neccesary
// open original, rotate if necessary
src, err := imaging.Open(file, imaging.AutoOrientation(true))
if err != nil {