git: 0090b035f466 - stable/12 - pnfs.4: Fix a typo

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

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

commit 0090b035f46674145db31a7e3c8ff6411a236af8
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:35:35 +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 d63775bcc662..f4c74b4b9807 100644
--- a/usr.sbin/nfsd/pnfs.4
+++ b/usr.sbin/nfsd/pnfs.4
@@ -117,7 +117,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 and Change attributes for the file.