import: stackage: Fix typo.
authorVagrant Cascadian <vagrant@debian.org>
Mon, 23 Sep 2019 19:04:36 +0000 (12:04 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 23 Sep 2019 19:06:46 +0000 (12:06 -0700)
* guix/import/stackage: Fix spelling of "version".

guix/import/stackage.scm

index 194bea6..1415020 100644 (file)
@@ -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."