summaryrefslogtreecommitdiff
path: root/guix/build/go-build-system.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-07-13 19:50:16 -0400
committerLeo Famulari <leo@famulari.name>2019-07-13 19:51:08 -0400
commit6005440d988b331db5ea11a475973cee9a5acce6 (patch)
treeee25e2b365be9edaaae2f6cb507a2baea0af7798 /guix/build/go-build-system.scm
parent4f61513128284fab8745a317b4663e36b042da5d (diff)
downloadguix-patches-6005440d988b331db5ea11a475973cee9a5acce6.tar
guix-patches-6005440d988b331db5ea11a475973cee9a5acce6.tar.gz
build-system/go: Fix typo.
* guix/build/go-build-system.scm (install): Fix typo.
Diffstat (limited to 'guix/build/go-build-system.scm')
-rw-r--r--guix/build/go-build-system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/go-build-system.scm b/guix/build/go-build-system.scm
index 858068ba98..acaf06b7b8 100644
--- a/guix/build/go-build-system.scm
+++ b/guix/build/go-build-system.scm
@@ -234,7 +234,7 @@ unpacking."
"Install the source code of IMPORT-PATH to the primary output directory.
Compiled executable files (Go \"commands\") should have already been installed
to the store based on $GOBIN in the build phase.
-XXX We can't make us of compiled libraries (Go \"packages\")."
+XXX We can't make use of compiled libraries (Go \"packages\")."
(when install-source?
(if (string-null? import-path)
((display "WARNING: The Go import path is unset.\n")))