Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:46:07 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 52469a46a3ca - stable/12 - sed(1): Fix a typo in a source code comment
Message-ID:  <202206101246.25ACk788038466@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=52469a46a3cae8f66fa13e6cd0e8e3d2534ee1d4

commit 52469a46a3cae8f66fa13e6cd0e8e3d2534ee1d4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 18:27:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:41:50 +0000

    sed(1): Fix a typo in a source code comment
    
    - s/Initialy/Initially/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit bb0e21032bf61a93489f8b964b6707038cc4d1c3)
---
 usr.bin/sed/defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h
index 894b5f3a6546..3a95fcf82e3b 100644
--- a/usr.bin/sed/defs.h
+++ b/usr.bin/sed/defs.h
@@ -88,7 +88,7 @@ struct s_tr {
 
 /*
  * An internally compiled command.
- * Initialy, label references are stored in t, on a second pass they
+ * Initially, label references are stored in t, on a second pass they
  * are updated to pointers.
  */
 struct s_command {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101246.25ACk788038466>