[Openmcl-devel] typo in xref.lisp

Stas Boukarev stassats at gmail.com
Thu Mar 12 11:58:03 PDT 2009


--- lib/xref.lisp       (revision 11812)
+++ lib/xref.lisp       (working copy)
@@ -564,7 +564,7 @@
     (format stream "~%~T")
     (if bindings
         (progn
-          (format stream "~A ~:[is bound by;~binds~]:" name inverse)
+          (format stream "~A ~:[is bound by~;binds~]:" name inverse)
           (%print-xref-entries bindings stream verbose))
       (format stream "No ~:[bindings of~;symbols bound by~] ~A were found in the database~%"
               inverse name)))
-- 
With Best Regards, Stas.



More information about the Openmcl-devel mailing list