summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-07-04 10:17:59 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-07-04 11:34:07 -0700
commite14b87ce6adb6444877ee104977a695557d735b6 (patch)
treeceacf2181da0c2b58a2a6968ecde6c2e1e8212da
parent754b9b12fd96af5ee2529d670052e88fb46a36e2 (diff)
downloadtxr-e14b87ce6adb6444877ee104977a695557d735b6.tar.gz
txr-e14b87ce6adb6444877ee104977a695557d735b6.tar.bz2
txr-e14b87ce6adb6444877ee104977a695557d735b6.zip
checkman: fix typos.
* checkman.txr (check-synb): Correct :min to :mintimes. (check-meti): Fix typo in comment.
-rw-r--r--checkman.txr5
1 files changed, 2 insertions, 3 deletions
diff --git a/checkman.txr b/checkman.txr
index 8d0b0ace..0f0c6a1e 100644
--- a/checkman.txr
+++ b/checkman.txr
@@ -5,7 +5,7 @@
@(define check-synb ())
.synb
@ (assert bad ln `bad .synb block`)
-@ (repeat :gap 0 :min 1)
+@ (repeat :gap 0 :mintimes 1)
.mets @(skip)
@ (maybe)
@ (repeat :gap 0 :mintimes 1)
@@ -128,8 +128,7 @@
@ (throw bad ln `dangling @mac`)
@(end)
@;;
-@;; Check for .meti not wrapped in .mono/onom.
-@;; macros.
+@;; Check for .meti not wrapped in .mono/.onom macros.
@;;
@(define check-meti ())
.meti @(skip)