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

* guix/build-system/asdf.scm (default-lisp): Fix typo in "dependency".
master
Pierre Neidhardt 2018-08-21 16:27:03 +02:00
parent 49dcfb5045
commit dece8c91a9
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -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)))