From c5511d6666bf7233f2172565d7593916fefe63e7 Mon Sep 17 00:00:00 2001
From: Gary King <gwking@franz.com>
Date: Mon, 26 Oct 2009 10:48:16 -0400
Subject: [PATCH] fix spelling mistake in a comment!

---
 asdf.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asdf.lisp b/asdf.lisp
index f28fbd08..0482905e 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -159,7 +159,7 @@
 (in-package #:asdf)
 
 (defvar *asdf-revision* 
-  ;; the 1+ hair is to ensure that we don't do an inadvertant find and replace
+  ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
   (subseq "REVISION:1.367" (1+ (length "REVISION"))))
   
 
-- 
GitLab