Skip to content

Commit 1e20af0

Browse files
testwillgopherbot
authored andcommitted
cmd/go/internal/modcmd: fix typo in comment
Change-Id: I331c46083e9608227615183ba7e25f6299669341 GitHub-Last-Rev: 0cb78ae GitHub-Pull-Request: #66305 Reviewed-on: https://go-review.googlesource.com/c/go/+/571536 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Sam Thanawalla <[email protected]>
1 parent 303aa92 commit 1e20af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/modcmd/vendor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ func copyDir(dst, src string, match func(dir string, info fs.DirEntry) bool, cop
495495
}
496496

497497
// checkPathCollisions will fail if case-insensitive collisions are present.
498-
// The reason why we do this check in go mod vendor is to keep consistentcy
498+
// The reason why we do this check in go mod vendor is to keep consistency
499499
// with go build. If modifying, consider changing load() in
500500
// src/cmd/go/internal/load/pkg.go
501501
func checkPathCollisions(modpkgs map[module.Version][]string) {

0 commit comments

Comments
 (0)