fix spelling error
authorKevin Rosenberg <kevin@rosenberg.net>
Tue, 1 Sep 2009 05:15:59 +0000 (23:15 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Tue, 1 Sep 2009 05:15:59 +0000 (23:15 -0600)
ChangeLog
sql/db-interface.lisp

index 3a5131875c1660b61e8ea68188d887d15e776a8a..e1f8b63ac84a9c2effc3fa453948355ba5dd33bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/db-interface.lisp: Fix spelling error (thanks to 
+       David Thompson)
+       
 31 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 4.1.0
        * db-mysql/mysql-{sql,api}.lisp,db-mysql/clsql_mysql.c:
index ada842d69d4efd2cffb0a9831fb2ef95e1691bea..47fc3fdda1e0d3f34b152d581e7072bcc00b03e7 100644 (file)
@@ -129,7 +129,7 @@ returns nil when result-set is finished."))
 (defgeneric database-probe (connection-spec type)
   (:method (spec type)
     (declare (ignore spec))
-    (warn "database-proe not support for database-type ~A." type))
+    (warn "database-probe not support for database-type ~A." type))
   (:documentation
    "Probes for the existence of a database, returns T if database found or NIL
 if not found. May signal an error if unable to communicate with database server."))