src/class-finalize-impl.lisp: Fix bungled format string.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 8 Aug 2019 19:07:23 +0000 (20:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 8 Aug 2019 19:07:23 +0000 (20:07 +0100)
src/class-finalize-impl.lisp

index 320dabe..58dc508 100644 (file)
   (let ((link (sod-class-chain-link class)))
     (unless (or (not link)
                (member link (cdr (sod-class-precedence-list class))))
-      (cerror* "In `~A~, chain-to class `~A' is not a proper superclass"
+      (cerror* "In `~A', chain-to class `~A' is not a proper superclass"
               class link)))
 
   ;; Check that the initargs declare compatible types.  Duplicate entries,