X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=ifchange.go;h=d1bad27ddab6c7d036844bc9118a323648f605f5;hp=fe1c2a853a64e79192f5a99a1b183adf74fc05aa;hb=8d2ac7eab48109db94e73368f4e980066b291b55;hpb=ee075e267b579a11ad0b48bf43d792ea1114998d 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