From: Kevin Rosenberg Date: Tue, 1 Sep 2009 05:15:59 +0000 (-0600) Subject: fix spelling error X-Git-Tag: v4.1.1~13 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=e55eb4a379e1b081b21d23dcb98aa47d73404908 fix spelling error --- diff --git a/ChangeLog b/ChangeLog index 3a51318..e1f8b63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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: 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."))