lfam pushed a commit to branch master
in repository guix.

commit 9bc1de31348858278067a45c5965328677ee74d8
Author: Leo Famulari <[email protected]>
Date:   Fri May 31 10:27:34 2019 -0400

    gnu: Go 1.4: Fix typo.
    
    * gnu/packages/golang.scm (go-1.4): Fix typo in comment.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 611c848..18013a4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -62,7 +62,7 @@
 (define-public go-1.4
   (package
     (name "go")
-    ;; The C-langauge bootstrap of Go:
+    ;; The C-language bootstrap of Go:
     ;; https://golang.org/doc/install/source#go14
     (version "1.4-bootstrap-20171003")
     (source (origin

Reply via email to