guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Go 1.4: Fix typo.


From: guix-commits
Subject: 01/01: gnu: Go 1.4: Fix typo.
Date: Fri, 31 May 2019 10:30:56 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9bc1de31348858278067a45c5965328677ee74d8
Author: Leo Famulari <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]