r8944: fix type
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Apr 2004 10:29:41 +0000 (10:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 11 Apr 2004 10:29:41 +0000 (10:29 +0000)
db-mysql/mysql-sql.lisp

index 87b78f3f4f5757414c76976d1a0bcc5d0fcef7b4..c3bbda1dff00b17da06de53ba52209cebb81290d 100644 (file)
                 (format nil "database-create failed: ~A" output))
          t))))
 
-(defmethod database-destory (connection-spec (type (eql :mysql)))
+(defmethod database-destroy (connection-spec (type (eql :mysql)))
   (destructuring-bind (host name user password) connection-spec
     (multiple-value-bind (output status)
        (clsql-base-sys:command-output "mysqladmin drop -u~A -p~A -h~A ~A"