1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00

cmd/go: fixed type-o in cmd/go/alldocs.go

Fixed a type-o in cmd/go/alldocs.go related to
commit 7f9f1a658a.

cmd/go/alldocs.go: updated via cmd/go/mkalldocs.sh
This commit is contained in:
Ali Rizvi-Santiago 2018-11-14 14:13:38 -06:00
parent 57ea7ddc1c
commit 4aa1d631ea

View File

@ -1501,7 +1501,7 @@
// PKG_CONFIG
// Path to pkg-config tool.
// AR
// The command to use to manipualte library archives when
// The command to use to manipulate library archives when
// building with the gccgo compiler.
// The default is 'ar'.
//