From 450d24fd405a15c821773e03fcc968663e430e3e Mon Sep 17 00:00:00 2001 From: Michael Gokhman Date: Tue, 19 Sep 2017 10:47:08 +0300 Subject: [PATCH] typo --- internal/gps/maybe_source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gps/maybe_source.go b/internal/gps/maybe_source.go index ddaf9f75df..f5f3f69e27 100644 --- a/internal/gps/maybe_source.go +++ b/internal/gps/maybe_source.go @@ -50,7 +50,7 @@ func (mbs maybeSources) try(ctx context.Context, cachedir string, c singleSource for _, url := range mb.possibleURLs() { urls += url.String() + "\n" } - errs = append(errs, errors.Wrapf(err, "failed to set sources from the following URLs:\n%s", urls)) + errs = append(errs, errors.Wrapf(err, "failed to set up sources from the following URLs:\n%s", urls)) } return nil, 0, errors.Wrap(&errs, "no valid source could be created")