aboutsummaryrefslogtreecommitdiff
path: root/src/data/asdf.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/asdf.lisp')
-rw-r--r--src/data/asdf.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index f6aec08..91e6f76 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.lisp
@@ -24,7 +24,7 @@
(and (string= iden1 "lisp-system")
(asdf:find-system system nil)))
-(Defun get-path-to-concatenated-system (iden1 system)
+(defun get-path-to-concatenated-system (iden1 system)
"Try to concatenate all the source code for SYSTEM, store it somewhere and
return the filename."
(declare (ignore iden1))