chiark / gitweb /
src/parser/parser-proto.lisp: Add functions returning standard parsers.
[sod] / src / class-layout-impl.lisp
index 8f14e1e011dbc0527e4d6577946f53e50466743d..3779a69e013a1ef45e36e174ea8878bbb3936745 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ (defmethod compute-sod-effective-method
                                           (sod-class-methods super)
                                           :key #'sod-method-message
                                           :test-not #'eql))
-                               (sod-class-precedence-list class))))
+                                (sod-class-precedence-list class))))
     (make-instance (sod-message-effective-method-class message)
                   :message message
                   :class class