sed: Fix typo
This commit is contained in:
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 */
|
||||||
|
Reference in New Issue
Block a user