]> Cypherpunks.ru repositories - goredo.git/commitdiff
Typo
authorSergey Matveev <stargrave@stargrave.org>
Fri, 19 Nov 2021 10:13:25 +0000 (13:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 19 Nov 2021 10:13:25 +0000 (13:13 +0300)
run.go

diff --git a/run.go b/run.go
index 3e6cd35fdbe5a3e41c2167b4436bca1f1840a7a6..a6401480d032f2b3c63536f9922084637942ac1f 100644 (file)
--- 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)