cmd/go: fix typo in "go help version" output

Change-Id: I38b22786aae3d7a08cf2863ef5d15e476fe30093
GitHub-Last-Rev: 57d07dd1c7
GitHub-Pull-Request: golang/go#31711
Reviewed-on: https://go-review.googlesource.com/c/go/+/174086
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
Mark Rushakoff 2019-04-27 04:10:01 +00:00 committed by Emmanuel Odeke
parent 2177bfb343
commit 2b325f8d52
2 changed files with 2 additions and 2 deletions

View File

@ -1373,7 +1373,7 @@
// 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.
//

View 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.