]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/go/internal/modget/get.go
all: fix typos
[gostls13.git] / src / cmd / go / internal / modget / get.go
index 37befa39c9d79557b346ecd4493f83c6f14d9d96..3615130a99b387f1671c1cc67e0410d54b3a6658 100644 (file)
@@ -344,7 +344,7 @@ func runGet(ctx context.Context, cmd *base.Command, args []string) {
                        // The result of any version query for a given module — even "upgrade" or
                        // "patch" — is always relative to the build list at the start of
                        // the 'go get' command, not an intermediate state, and is therefore
-                       // deterministic and therefore cachable, and the constraints on the
+                       // deterministic and therefore cacheable, and the constraints on the
                        // selected version of each module can only narrow as we iterate.
                        //
                        // "all" is functionally very similar to a wildcard pattern. The set of