aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 12:04:36 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 12:06:46 -0700
commitfa4867cc99edc1a8d98b315034a8843883021a12 (patch)
tree10602b347e923ca41d1b26aa130790311c6b1a34
parent4907b615c98cd77f1ca1dc37f01145a0d9f4dd1c (diff)
downloadguix-fa4867cc99edc1a8d98b315034a8843883021a12.tar
guix-fa4867cc99edc1a8d98b315034a8843883021a12.tar.gz
import: stackage: Fix typo.
* guix/import/stackage: Fix spelling of "version".
-rw-r--r--guix/import/stackage.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index 194bea633e..14150201b5 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -95,7 +95,7 @@
(lts-info-packages
(stackage-lts-info-fetch lts-version))))
"Fetch Cabal file for PACKAGE-NAME from hackage.haskell.org. The retrieved
-vesion corresponds to the version of PACKAGE-NAME specified in the LTS-VERSION
+version corresponds to the version of PACKAGE-NAME specified in the LTS-VERSION
release at stackage.org. Return the `package' S-expression corresponding to
that package, or #f on failure. PACKAGES-INFO is the alist with the packages
included in the Stackage LTS release."