From 05af2156b6259ca8efc1674bc9d572a912bdba62 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 16 Dec 2015 21:17:52 +0100 Subject: [PATCH] Fix small typo in comment --- ed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ed.c b/ed.c index c060e5f..3d90d4d 100644 --- a/ed.c +++ b/ed.c @@ -1304,7 +1304,7 @@ doglobal(void) } docmd(); } - discard(); /* cover the case of not matchingc anything */ + discard(); /* cover the case of not matching anything */ } static void