X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fdb-interface.lisp;h=47fc3fdda1e0d3f34b152d581e7072bcc00b03e7;hb=e55eb4a379e1b081b21d23dcb98aa47d73404908;hp=ada842d69d4efd2cffb0a9831fb2ef95e1691bea;hpb=a7525d77bc9ddecb56749efb62f82e9422804d15;p=clsql.git 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."))