]> Cypherpunks.ru repositories - goredo.git/commitdiff
More typos v0.6.2
authorSergey Matveev <stargrave@stargrave.org>
Thu, 17 Dec 2020 10:12:52 +0000 (13:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 17 Dec 2020 10:12:52 +0000 (13:12 +0300)
README
ifchange.go
usage.go

diff --git a/README b/README
index d88afc5c951e3979c0a359481060d0222d58821b..fef91e9a0e91a8123b31277a5a3dea665f756e2a 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ problems with the authenticity on your side, then build it manually: >
 
     $ git clone git://git.cypherpunks.ru/goredo.git
     $ cd goredo
-    $ git tag -v v0.6.1
+    $ git tag -v v0.6.2
     $ git clone git://git.cypherpunks.ru/gorecfile.git
     $ ( cd gorecfile ; git tag -v v0.3.0 )
     $ echo "replace go.cypherpunks.ru/recfile => `pwd`/gorecfile" >> go.mod
index fe1c2a853a64e79192f5a99a1b183adf74fc05aa..d1bad27ddab6c7d036844bc9118a323648f605f5 100644 (file)
@@ -114,7 +114,7 @@ func buildDependants(tgts []string) map[string]struct{} {
        Jobs.Wait()
        close(errs)
        if !ok {
-               trace(CDebug, "alwayses failed, skipping depdendants")
+               trace(CDebug, "alwayses failed, skipping dependants")
                return nil
        }
 
@@ -183,7 +183,7 @@ func ifchange(tgts []string, forced, traced bool) (bool, error) {
        var err error
        for _, tgt := range tgts {
                if _, ok := seen[tgt]; ok {
-                       trace(CDebug, "%s was already build as a dependenant", tgt)
+                       trace(CDebug, "%s was already build as a dependant", tgt)
                        continue
                }
                ood = true
index 24c3820f13a667b904f970d9f0e29973937e143f..12f4f9821c22b3fd566075eef382c5fa2de90aec 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -26,7 +26,7 @@ import (
 )
 
 const (
-       Version  = "0.6.1"
+       Version  = "0.6.2"
        Warranty = `This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, version 3 of the License.