src/: Error message cleanup.
[sod] / src / utilities.lisp
index 4b0eeba..49ac335 100644 (file)
   (:documentation
    "Reports an inconsistency in the arguments passed to `merge-lists'.")
   (:report (lambda (condition stream)
-            (format stream "Merge inconsistency: failed to decide among ~A."
+            (format stream "Merge inconsistency: failed to decide among ~A"
                     (merge-error-candidates condition)))))
 
 (export 'merge-lists)