From e55eb4a379e1b081b21d23dcb98aa47d73404908 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 31 Aug 2009 23:15:59 -0600 Subject: [PATCH] fix spelling error --- ChangeLog | 4 ++++ sql/db-interface.lisp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a51318..e1f8b63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 31 Aug 2009 Kevin Rosenberg + * sql/db-interface.lisp: Fix spelling error (thanks to + David Thompson) + +31 Aug 2009 Kevin Rosenberg * Version 4.1.0 * db-mysql/mysql-{sql,api}.lisp,db-mysql/clsql_mysql.c: Latest version of mysqlclient once again changed the C diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index ada842d..47fc3fd 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -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.")) -- 2.11.4.GIT