aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:44:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-27 06:27:27 +0000
commit576e735efb85cae5213621981ed33ced8878a352 (patch)
treee407401f768d131bd935984dd58c01475ceef099
parent187a0a85e15377405068663af743b78481e5564f (diff)
gone_in.9: Fix a typo in the manual page
- s/Initializaiton/Initialization/ MFC after: 5 days
-rw-r--r--share/man/man9/gone_in.94
1 files 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");
}