gone_in.9: Fix a typo in the manual page

- s/Initializaiton/Initialization/

MFC after:	5 days
This commit is contained in:
Gordon Bergling
2025-10-26 16:44:30 +01:00
parent 187a0a85e1
commit 576e735efb
+2 -2
View File
@@ -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");
}