From f526353736b4fa30115ee6cf64142bdad794e4c9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 22 Feb 2021 09:14:44 -0800 Subject: txr: typo in comment. * match.c (match_files): Fix bungled wording. --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/match.c b/match.c index 2b1a6f7c..aa9a0f74 100644 --- a/match.c +++ b/match.c @@ -4653,7 +4653,7 @@ repeat_spec_same_data: /* Function declined, so we know there is no vertical function. If the horizontal one doesn't exist also, let's error out now instead of trying to get data for matching a horizontal - call that we known work out. */ + call that we know won't work out. */ if (!cdr(uw_get_func(sym))) sem_error(specline, lit("function ~s not found"), sym, nao); } else { -- cgit v1.2.3