diff options
author | Leo Famulari <leo@famulari.name> | 2019-05-31 10:27:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-05-31 10:30:21 -0400 |
commit | 9bc1de31348858278067a45c5965328677ee74d8 (patch) | |
tree | f5c9f54dcd50f7701ea160e37fbeef19a22f929a | |
parent | db6dd04c3dc0f893931f5cb823755eb792f2e9ee (diff) |
gnu: Go 1.4: Fix typo.
* gnu/packages/golang.scm (go-1.4): Fix typo in comment.
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 611c848bd5..18013a4450 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 |