aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 19:43:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 19:43:01 +0200
commit22152842a7df774e4d22fe92f782602508979be5 (patch)
treec6707004c9831d9f7b8a823d49fa2d2263660017
parentAdd tests for encode-query-parameters. (diff)
downloadcalp-22152842a7df774e4d22fe92f782602508979be5.tar.gz
calp-22152842a7df774e4d22fe92f782602508979be5.tar.xz
Fix spelling of 'definitions'.
-rw-r--r--doc/ref/general/util-type.texi2
-rw-r--r--module/hnh/util/object.scm2
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 ...)