sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 971c573e873d34c10d2467d682d7934f39cb2a25
parent 5c63ffad332bd23fe527a19a468aa679d10da55c
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 13 Jan 2020 00:25:04 -0800

sed: Fix typo

Diffstat:
Msed.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 */