summaryrefslogtreecommitdiff
path: root/guix/build-system
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-08-21 16:27:03 +0200
committerPierre Neidhardt <ambrevar@gmail.com>2018-08-21 16:27:03 +0200
commitdece8c91a954d17249eb9cfb48ae75fe131fe831 (patch)
tree364beba0aca80d8f9bd9d9c7676d31cf3a6cca21 /guix/build-system
parent49dcfb50458e295e6284ad9b989e4cac402021f0 (diff)
downloadgnu-guix-dece8c91a954d17249eb9cfb48ae75fe131fe831.tar
gnu-guix-dece8c91a954d17249eb9cfb48ae75fe131fe831.tar.gz
build-system/asdf: Fix typo in "dependency".
* guix/build-system/asdf.scm (default-lisp): Fix typo in "dependency".
Diffstat (limited to 'guix/build-system')
-rw-r--r--guix/build-system/asdf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/asdf.scm b/guix/build-system/asdf.scm
index ab0ae57c6e..57e294d74d 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)))