commit 971c573e873d34c10d2467d682d7934f39cb2a25
Author: Michael Forney <[email protected]>
AuthorDate: Mon Jan 13 00:25:04 2020 -0800
Commit: Michael Forney <[email protected]>
CommitDate: Mon Jan 13 01:42:06 2020 -0800
sed: Fix typo
diff --git a/sed.c b/sed.c
index 1062ddd..a0e3af4 100644
--- a/sed.c
+++ b/sed.c
@@ -50,7 +50,7 @@ typedef struct {
enum {
IGNORE, /* empty address, ignore */
EVERY , /* every line */
- LINE , /* ilne number */
+ LINE , /* line number */
LAST , /* last line ($) */
REGEX , /* use included regex */
LASTRE, /* use most recently used regex */