X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..e0808c472145fc81e52898bc9ac289e10c4f4f41:/src/parser/parser-expr-proto.lisp?ds=sidebyside diff --git a/src/parser/parser-expr-proto.lisp b/src/parser/parser-expr-proto.lisp index ec35445..b203d2f 100644 --- a/src/parser/parser-expr-proto.lisp +++ b/src/parser/parser-expr-proto.lisp @@ -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 @@ -41,7 +41,7 @@ (:documentation "Push VALUE onto the STATE's value stack. - The default message just does that without any fuss. It's unlikely that + The default method just does that without any fuss. It's unlikely that this will need changing unless you invent some really weird values.")) (export 'apply-operator)