aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_outside.txt
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2021-02-17 01:48:21 +0000
committerEmmanuel Odeke <emmanuel@orijtech.com>2021-02-24 04:11:43 +0000
commit6ba4a300d894b33fd8bf076dec08a5e3245d3a2c (patch)
tree08b44d533c3f2cc4245f9eb3c9459f66d3760eea /src/cmd/go/testdata/script/mod_outside.txt
parent43652dc46f770253b3603f47165b1568b439b0b5 (diff)
downloadgo-6ba4a300d894b33fd8bf076dec08a5e3245d3a2c.tar.gz
go-6ba4a300d894b33fd8bf076dec08a5e3245d3a2c.zip
docs: fix spelling
Change-Id: Ib689e5793d9cb372e759c4f34af71f004010c822 GitHub-Last-Rev: d63798388e5dcccb984689b0ae39b87453b97393 GitHub-Pull-Request: golang/go#44259 Reviewed-on: https://go-review.googlesource.com/c/go/+/291949 Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Matthew Dempsky <mdempsky@google.com> Trust: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'src/cmd/go/testdata/script/mod_outside.txt')
-rw-r--r--src/cmd/go/testdata/script/mod_outside.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/mod_outside.txt b/src/cmd/go/testdata/script/mod_outside.txt
index 8f01b5d242..7b45f1a209 100644
--- a/src/cmd/go/testdata/script/mod_outside.txt
+++ b/src/cmd/go/testdata/script/mod_outside.txt
@@ -200,7 +200,7 @@ stderr 'needmod[/\\]needmod.go:10:2: no required module provides package example
go install cmd/addr2line
! stderr .
-# 'go run' with a verison should fail due to syntax.
+# 'go run' with a version should fail due to syntax.
! go run example.com/printversion@v1.0.0
stderr 'can only use path@version syntax with'