Fix typo (connot -> cannot)
Wed Jan 20 08:09:59 UTC 2010 pix@kepibu.org
* Fix typo (connot -> cannot)
diff -rN -u old-cl-unification-1/unifier.lisp new-cl-unification-1/unifier.lisp
--- old-cl-unification-1/unifier.lisp 2013-06-27 03:00:55.000000000 +0000
+++ new-cl-unification-1/unifier.lisp 2013-06-27 03:00:55.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)))))