vendor/cmd/go/internal/vgo: fix typo in verify docs

Fixes golang/go#24125

Change-Id: Idbe8b73496a9e0a98027c7a9130d7064dd7bd667
GitHub-Last-Rev: 5e955fa40ad3f1288ff250ef56a7a74192759094
GitHub-Pull-Request: golang/vgo#1
Reviewed-on: https://go-review.googlesource.com/102620
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/vendor/cmd/go/internal/vgo/verify.go b/vendor/cmd/go/internal/vgo/verify.go
index cb9dc7b..91c41b8 100644
--- a/vendor/cmd/go/internal/vgo/verify.go
+++ b/vendor/cmd/go/internal/vgo/verify.go
@@ -21,7 +21,7 @@
 	Run:       runVerify,
 	Short:     "verify downloaded modules against expected hashes",
 	Long: `
-Verify checks that the depdendencies of the current module,
+Verify checks that the dependencies of the current module,
 which are stored in a local downloaded source cache,
 have not been modified since being downloaded.