summaryrefslogtreecommitdiff
path: root/guix/import
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-09 22:29:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-09 22:30:08 +0200
commit35b00d4caa798ca03a0d4c01ca02c656590ccaa5 (patch)
tree548f47b6683ce83b9aa59ba9d3013985af0b3e83 /guix/import
parentb70e612b9a1d1943dfed2a7b27af37deb10a83ca (diff)
downloadguix-patches-35b00d4caa798ca03a0d4c01ca02c656590ccaa5.tar
guix-patches-35b00d4caa798ca03a0d4c01ca02c656590ccaa5.tar.gz
import: stackage: Fix typo.
* guix/import/stackage.scm (latest-lts-release): Fix spelling of ‘if’.
Diffstat (limited to 'guix/import')
-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 9572f8c26d..e04073d193 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -122,7 +122,7 @@ included in the Stackage LTS release."
(let ((pkgs-info (mlambda () (lts-info-packages (stackage-lts-info-fetch)))))
(lambda* (package)
"Return an <upstream-source> for the latest Stackage LTS release of
-PACKAGE or #f it the package is not included in the Stackage LTS release."
+PACKAGE or #f if the package is not included in the Stackage LTS release."
(let* ((hackage-name (guix-package->hackage-name package))
(version (lts-package-version (pkgs-info) hackage-name))
(name-version (hackage-name-version hackage-name version)))