Patches from Walter C. Pelissero on clsql mail list
[clsql.git] / sql / fddl.lisp
index 50fe159c2622f0836b01a95b7fcdf9286bcedc6d..19dfea994127c2b7c0a0f78cd9721164fa4b88b7 100644 (file)
@@ -431,7 +431,7 @@ sequences are examined."
 
 (defun set-sequence-position (name position &key (database *default-database*))
   "Explicitly set the the position of the sequence called NAME in
-DATABASE, which defaults to *DEFAULT-DATABSE*, to POSITION which
+DATABASE, which defaults to *DEFAULT-DATABASE*, to POSITION which
 is returned."
   (database-set-sequence-position (database-identifier name database)
                                   position database))