git: 185b9f950783 - stable/15 - domain.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 02 Nov 2025 01:19:05 UTC
The branch stable/15 has been updated by gbe:

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

commit 185b9f950783cd280b5e258ff1d452bbe9251ac8
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:41:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-02 01:17:54 +0000

    domain.9: Fix a typo in the manual page
    
    - s/exprimental/experimental/
    
    (cherry picked from commit e17c87d4a27509ed8324e69056b06dec878db064)
---
 share/man/man9/domain.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/domain.9 b/share/man/man9/domain.9
index dab8cff89e12..d7e743eaf247 100644
--- a/share/man/man9/domain.9
+++ b/share/man/man9/domain.9
@@ -173,7 +173,7 @@ Once a domain is added it cannot be completely unloaded.
 This is because there is
 no reference counting system in place to determine if there are any
 active references from sockets within that domain.
-However, the exprimental
+However, the experimental
 .Fn domain_remove
 exists, and unloadable domains may be supported in the future.
 .Pp