git: d0f925fb1917 - stable/13 - pnfs.4: Fix a typo

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 04:34:45 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit d0f925fb191702467b591ded5dd8883097bf809f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-08 13:57:06 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-11 04:34:14 +0000

    pnfs.4: Fix a typo
    
    - s/attrbute/attribute/
    
    (cherry picked from commit 40b245af0f496f75a0396a88747474ced909fef5)
---
 usr.sbin/nfsd/pnfs.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/nfsd/pnfs.4 b/usr.sbin/nfsd/pnfs.4
index 94fe02536ba1..548aa5f69100 100644
--- a/usr.sbin/nfsd/pnfs.4
+++ b/usr.sbin/nfsd/pnfs.4
@@ -142,7 +142,7 @@ on the MDS server (not via an NFS mount), the files will all be of size zero.
 Each of these files will also have two extended attributes in the system
 attribute name space:
 .Bd -literal -offset indent
-pnfsd.dsfile - This extended attrbute stores the information that the
+pnfsd.dsfile - This extended attribute stores the information that the
     MDS needs to find the data file on a DS(s) for this file.
 pnfsd.dsattr - This extended attribute stores the Size, AccessTime,
     ModifyTime, Change and SpaceUsed attributes for the file.