From bc14b4b9ec294ba6df739ea02070c6a891b457bc Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 16 Nov 2013 09:11:33 +0900 Subject: [PATCH] Fixing a typo in a comment. --- lib/chibi/match/match.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/match/match.scm b/lib/chibi/match/match.scm index bb4489a8..55c32f9f 100644 --- a/lib/chibi/match/match.scm +++ b/lib/chibi/match/match.scm @@ -902,7 +902,7 @@ ;; match a list of any length ((ellipsis? (foo id) sk fk) sk) ((ellipsis? other sk fk) fk)))) - ;; this list of three elements will only many the (foo id) list + ;; this list of three elements will only match the (foo id) list ;; above if `id' is `...' (ellipsis? (a b c) success-k failure-k)))))