commit 05af2156b6259ca8efc1674bc9d572a912bdba62
Author:     Roberto E. Vargas Caballero <k...@shike2.com>
AuthorDate: Wed Dec 16 21:17:52 2015 +0100
Commit:     sin <s...@2f30.org>
CommitDate: Wed Dec 16 20:25:50 2015 +0000

    Fix small typo in comment

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

Reply via email to