Wed Jan 20 08:09:59 UTC 2010 pix@kepibu.org * Fix typo (connot -> cannot) diff -rN -u old-cl-unification/unifier.lisp new-cl-unification/unifier.lisp --- old-cl-unification/unifier.lisp 2015-10-27 20:42:54.000000000 +0000 +++ new-cl-unification/unifier.lisp 2015-10-27 20:42:54.000000000 +0000 @@ -100,7 +100,7 @@ env) (t (error 'unification-failure - :format-control "Connot unify two different characters: ~S ~S." + :format-control "Cannot unify two different characters: ~S ~S." :format-arguments (list a b))))) @@ -122,7 +122,7 @@ env) (t (error 'unification-failure - :format-control "Connot unify two different strings: ~S ~S." + :format-control "Cannot unify two different strings: ~S ~S." :format-arguments (list a b)))))