git: 3319c8d1e4de - stable/14 - gone_in.9: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 10:17:30 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3319c8d1e4decbec638e3437d7b347b5c93026bf
commit 3319c8d1e4decbec638e3437d7b347b5c93026bf
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:44:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 10:17:18 +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");
}