guix-commits
[Top][All Lists]
Advanced

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

01/02: import: stackage: Fix typo.


From: guix-commits
Subject: 01/02: import: stackage: Fix typo.
Date: Tue, 9 Jun 2020 14:44:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2e08394b3c64ad77cebb94f54677130e4fdaf9e9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 8 21:13:46 2020 +0200

    import: stackage: Fix typo.
    
    * guix/import/stackage.scm (latest-lts-release): Fix spelling of "included".
---
 guix/import/stackage.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index 1415020..9572f8c 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 inlucded in the Stackage LTS release."
+PACKAGE or #f it 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)))



reply via email to

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