git: 3a167f2a3aeb - stable/15 - gone_in.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Nov 2025 01:15:35 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a167f2a3aeb69d9d4b271863d28bbf195af313c
commit 3a167f2a3aeb69d9d4b271863d28bbf195af313c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:44:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-02 01:14:31 +0000
gone_in.9: Fix a typo in the manual page
- s/Initializaiton/Initialization/
(cherry picked from commit 576e735efb85cae5213621981ed33ced8878a352)
---
share/man/man9/gone_in.9 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man9/gone_in.9 b/share/man/man9/gone_in.9
index 7521adfda204..ebdc1ab19bfa 100644
--- a/share/man/man9/gone_in.9
+++ b/share/man/man9/gone_in.9
@@ -1,6 +1,6 @@
.\" Copyright (c) 2021 The FreeBSD Foundation
.\"
-.\" This document was written by Ed Maste under sponsorhip from
+.\" This document was written by Ed Maste under sponsorship from
.\" The FreeBSD Foundation.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -72,7 +72,7 @@ Obsolete code will be removed soon:
void
sample_init(void)
{
- /* Initializaiton code omitted. */
+ /* Initialization code omitted. */
gone_in(14, "Giant-locked filesystem");
}