run.go | 2 +- diff --git a/run.go b/run.go index 5777d1b6fcddbe9cfc42d85ddfb901a172f5d5ccf0694473c88af7cb48239273..7086704112aa372c9bc1647ea4b57b2aacaa4d31cc792d395f6896a3b5eb5ff1 100644 --- a/run.go +++ b/run.go @@ -683,7 +683,7 @@ } else if fiStdout.Size() > 0 { fd = fdStdout } - // Do we need to ifcreate it, of ifchange with renaming? + // Do we need to ifcreate it, or ifchange with renaming? if fd == nil { os.Remove(path.Join(cwdOrig, tgt)) err = ifcreate(fdDep, tgt)