commit 05af2156b6259ca8efc1674bc9d572a912bdba62
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Dec 16 21:17:52 2015 +0100
Commit: sin <[email protected]>
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