From 8d2ac7eab48109db94e73368f4e980066b291b55 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Dec 2020 13:12:52 +0300 Subject: [PATCH] More typos --- README | 2 +- ifchange.go | 4 ++-- usage.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index d88afc5..fef91e9 100644 --- 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 diff --git a/ifchange.go b/ifchange.go index fe1c2a8..d1bad27 100644 --- a/ifchange.go +++ b/ifchange.go @@ -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 diff --git a/usage.go b/usage.go index 24c3820..12f4f98 100644 --- 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. -- 2.44.0