sed: Fix typo
This commit is contained in:
parent
5c63ffad33
commit
971c573e87
2
sed.c
2
sed.c
|
@ -50,7 +50,7 @@ typedef struct {
|
||||||
enum {
|
enum {
|
||||||
IGNORE, /* empty address, ignore */
|
IGNORE, /* empty address, ignore */
|
||||||
EVERY , /* every line */
|
EVERY , /* every line */
|
||||||
LINE , /* ilne number */
|
LINE , /* line number */
|
||||||
LAST , /* last line ($) */
|
LAST , /* last line ($) */
|
||||||
REGEX , /* use included regex */
|
REGEX , /* use included regex */
|
||||||
LASTRE, /* use most recently used regex */
|
LASTRE, /* use most recently used regex */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user