From: Sergey Matveev Date: Fri, 19 Nov 2021 10:13:25 +0000 (+0300) Subject: Typo X-Git-Tag: v1.20.0~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=34af0e4ad73fb149c9db2c00b0dcc544838a2df2 Typo --- diff --git a/run.go b/run.go index 3e6cd35..a640148 100644 --- a/run.go +++ b/run.go @@ -683,7 +683,7 @@ func runScript(tgtOrig string, errs chan error, traced bool) error { 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)