commit 05af2156b6259ca8efc1674bc9d572a912bdba62 parent 694a5ef7fbca54581a431a528972509c5a2e8bc0 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 16 Dec 2015 21:17:52 +0100 Fix small typo in comment Diffstat:
M | ed.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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