]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in "go help version" output
authorMark Rushakoff <mark.rushakoff@gmail.com>
Sat, 27 Apr 2019 04:10:01 +0000 (04:10 +0000)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Sat, 27 Apr 2019 04:45:15 +0000 (04:45 +0000)
Change-Id: I38b22786aae3d7a08cf2863ef5d15e476fe30093
GitHub-Last-Rev: 57d07dd1c711029b965afd32e1d8a3c22560276f
GitHub-Pull-Request: golang/go#31711
Reviewed-on: https://go-review.googlesource.com/c/go/+/174086
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/version/version.go

index aa311a0188d93e0c9979f6fbf2e477fbd4e7ffa6..425cfce5822c78dd22cda36fab06632360195a89 100644 (file)
 // during a directory scan. The -v flag causes it to report unrecognized files.
 //
 // The -m flag causes go version to print each executable's embedded
-// module version information, when available. In the output, the modul
+// module version information, when available. In the output, the module
 // information consists of multiple lines following the version line, each
 // indented by a leading tab character.
 //
index 2b071f6087f0d0f48f230a820896a0767c5c05c6..857548c7ed8d41ddde7399242487527064723613 100644 (file)
@@ -34,7 +34,7 @@ By default, go version does not report unrecognized files found
 during a directory scan. The -v flag causes it to report unrecognized files.
 
 The -m flag causes go version to print each executable's embedded
-module version information, when available. In the output, the modul
+module version information, when available. In the output, the module
 information consists of multiple lines following the version line, each
 indented by a leading tab character.