aboutsummaryrefslogtreecommitdiff
path: root/module
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 /module
parentAdd tests for encode-query-parameters. (diff)
downloadcalp-22152842a7df774e4d22fe92f782602508979be5.tar.gz
calp-22152842a7df774e4d22fe92f782602508979be5.tar.xz
Fix spelling of 'definitions'.
Diffstat (limited to 'module')
-rw-r--r--module/hnh/util/object.scm2
1 files changed, 1 insertions, 1 deletions
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 ...)