[hackers] [sbase] sed: Fix typo || Michael Forney

From: <git_AT_suckless.org>
Date: Mon, 13 Jan 2020 10:42:38 +0100 (CET)

commit 971c573e873d34c10d2467d682d7934f39cb2a25
Author: Michael Forney <mforney_AT_mforney.org>
AuthorDate: Mon Jan 13 00:25:04 2020 -0800
Commit: Michael Forney <mforney_AT_mforney.org>
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
_AT_@ -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 */
Received on Mon Jan 13 2020 - 10:42:38 CET

This archive was generated by hypermail 2.3.0 : Mon Jan 13 2020 - 10:48:26 CET