guix-commits
[Top][All Lists]
Advanced

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

01/01: build-system/asdf: Fix typo in "dependency".


From: Pierre Neidhardt
Subject: 01/01: build-system/asdf: Fix typo in "dependency".
Date: Tue, 21 Aug 2018 10:28:42 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit dece8c91a954d17249eb9cfb48ae75fe131fe831
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Aug 21 16:27:03 2018 +0200

    build-system/asdf: Fix typo in "dependency".
    
    * guix/build-system/asdf.scm (default-lisp): Fix typo in "dependency".
---
 guix/build-system/asdf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/asdf.scm b/guix/build-system/asdf.scm
index ab0ae57..57e294d 100644
--- a/guix/build-system/asdf.scm
+++ b/guix/build-system/asdf.scm
@@ -62,7 +62,7 @@
 
 (define (default-lisp implementation)
   "Return the default package for the lisp IMPLEMENTATION."
-  ;; Lazily resolve the binding to avoid a circular dependancy.
+  ;; Lazily resolve the binding to avoid a circular dependency.
   (let ((lisp-module (resolve-interface '(gnu packages lisp))))
     (module-ref lisp-module implementation)))
 



reply via email to

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