sed: Fix typo

This commit is contained in:
Michael Forney 2020-01-13 00:25:04 -08:00
parent 5c63ffad33
commit 971c573e87
1 changed files with 1 additions and 1 deletions

2
sed.c
View File

@ -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 */