From 22152842a7df774e4d22fe92f782602508979be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 24 Oct 2023 19:43:01 +0200 Subject: Fix spelling of 'definitions'. --- doc/ref/general/util-type.texi | 2 +- module/hnh/util/object.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/general/util-type.texi b/doc/ref/general/util-type.texi index 3a6cba3e..61149566 100644 --- a/doc/ref/general/util-type.texi +++ b/doc/ref/general/util-type.texi @@ -37,7 +37,7 @@ Check if @var{variable} is a cons-pair, and that the car satisfies @var{car-type-clause}, and that the cdr satisfies @var{cdr-type-clause}. @end defmac -@subsection Deffinitions +@subsection Definitions @defmac build-validator-body variable type-clause ``Entry point'' of type clauses. Inserts variable into the diff --git a/module/hnh/util/object.scm b/module/hnh/util/object.scm index af66e312..813a59ce 100644 --- a/module/hnh/util/object.scm +++ b/module/hnh/util/object.scm @@ -138,7 +138,7 @@ (else #'name))) (name #'name))) -;; Go from my concept of field deffinitions, to what lambda* wants as arguments +;; Go from my concept of field definitions, to what lambda* wants as arguments (define (lambda*-stx field) (syntax-case field () ((name kvs ...) -- cgit v1.2.3