git: 3b79697040a7 - main - vn_fullpath.9: Fix two typos in the manual page

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

URL: https://cgit.FreeBSD.org/src/commit/?id=3b79697040a7d3f9a4a21fb2e66d9031feb6af84

commit 3b79697040a7d3f9a4a21fb2e66d9031feb6af84
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:53:22 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 06:27:28 +0000

    vn_fullpath.9: Fix two typos in the manual page
    
    - s/resulting/resulting/
    - s/initally/initially/
    
    MFC after:      5 days
---
 share/man/man9/vn_fullpath.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9
index 9815abc3c86c..af459ed281c0 100644
--- a/share/man/man9/vn_fullpath.9
+++ b/share/man/man9/vn_fullpath.9
@@ -107,7 +107,7 @@ than one name (hard links), not all file systems use the name cache
 be used for more than one file (in the context of file systems covering
 other file systems); a file may have no name (if deleted but still
 open or referenced).
-However, the resulting string may still be more useable to a user than
+However, the resulting string may still be more usable to a user than
 a vnode pointer value, or a device number and inode number.
 Code consuming the results of this function should anticipate (and
 properly handle) failure.
@@ -187,7 +187,7 @@ otherwise, an error number is returned.
 .Xr free 9
 .Sh AUTHORS
 .An -nosplit
-This manual page was initally written by
+This manual page was initially written by
 .An Robert Watson Aq Mt rwatson@FreeBSD.org
 to describe the
 .Fn vn_fullpath