From 5522b75b5daef94ac10c80dbb18ac0935932818a Mon Sep 17 00:00:00 2001
From: Craig Lanning <craig@localhost.localdomain>
Date: Mon, 15 Aug 2016 23:16:50 -0400
Subject: [PATCH] Fix missspelling

---
 sys/defsystem.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/defsystem.lisp b/sys/defsystem.lisp
index 5222b471..9a4e3b12 100644
--- a/sys/defsystem.lisp
+++ b/sys/defsystem.lisp
@@ -491,7 +491,7 @@ Something is wrong if this warning appears!"))
   #+xerox (pathname *standard-input*)
   #+Genera sys:fdefine-file-pathname
   #+Minima *load-pathname*
-  #+ansi-cl *load-pathanme*
+  #+ansi-cl *load-pathname*
   #-(or Lucid Allegro xerox Genera Minima ansi-cl) nil)
 
 (defvar *current-system* nil
-- 
GitLab