git: b709dbfe4875 - stable/14 - refcount.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 19 Nov 2025 11:11:45 UTC
The branch stable/14 has been updated by gbe:

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

commit b709dbfe4875e3ac8bd2d25d8c500886668e0d23
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:49:28 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 11:11:33 +0000

    refcount.9: Fix a typo in the manual page
    
    - s/sucessfully/successfully/
    
    (cherry picked from commit 40fae644ba9a27227ca6f7c290e54fcef462b341)
---
 share/man/man9/refcount.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/refcount.9 b/share/man/man9/refcount.9
index 78631f9a865a..7375f429a607 100644
--- a/share/man/man9/refcount.9
+++ b/share/man/man9/refcount.9
@@ -106,7 +106,7 @@ but additionally checks that the
 value does not overflow as result of the operation.
 It returns
 .Dv true
-if the reference was sucessfully obtained, and
+if the reference was successfully obtained, and
 .Dv false
 if it was not, due to the overflow.
 .Pp