Skip to content

Commit 7c2160c

Browse files
committed
dsl: fix a typo in the help message of <or>
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent f11d48e commit 7c2160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl/sorter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static DSLProcBind pbinds [] = {
9090
{ "*-", sorter_proc_flip, NULL, DSL_PATTR_CHECK_ARITY, 1,
9191
.helpstr = "(*- <interger:n>) -> -<integer:n>; filp the result of comparison." },
9292
{ "<or>", sorter_sform_cmp_or, NULL, DSL_PATTR_SELF_EVAL|DSL_PATTR_CHECK_ARITY_OPT, 1,
93-
.helpstr = "(<or> <any> ...) -> -1|0|1; evaluate arguments left to right till one of thme returns -1 or 1." },
93+
.helpstr = "(<or> <any> ...) -> -1|0|1; evaluate arguments left to right till one of them returns -1 or 1." },
9494

9595
{ "&", sorter_alt_entry_ref, NULL, DSL_PATTR_CHECK_ARITY_OPT, 1,
9696
.helpstr = "(& <string:field>) -> <string>|#f\n"

0 commit comments

Comments
 (0)