git: 402f0bf60d28 - stable/13 - sed(1): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:33:56 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=402f0bf60d28fd0017614e6f94c2767351cbe65b
commit 402f0bf60d28fd0017614e6f94c2767351cbe65b
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:26:39 +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 {