git: 576e735efb85 - main - gone_in.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 27 Oct 2025 06:27:50 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=576e735efb85cae5213621981ed33ced8878a352

commit 576e735efb85cae5213621981ed33ced8878a352
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:44:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:27 +0000

    gone_in.9: Fix a typo in the manual page
    
    - s/Initializaiton/Initialization/
    
    MFC after:      5 days
---
 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");
 }