git: 40b245af0f49 - main - pnfs.4: Fix a typo

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 08 Nov 2022 13:57:16 UTC
The branch main has been updated by gbe (doc committer):

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

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

    pnfs.4: Fix a typo
    
    - s/attrbute/attribute/
    
    MFC after:3 days
---
 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 86838d94bc76..7b5138a3f134 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.