git: 30985d19b00d - main - rc.initdiskless: Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 19 Jan 2023 13:17:48 UTC
The branch main has been updated by gbe (doc committer):

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

commit 30985d19b00da3ea3ba808b57e5a46ce6403b8d7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:17:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-19 13:17:37 +0000

    rc.initdiskless: Fix a typo in a comment
    
    - s/attemping/attempting/
    
    MFC after:5 days
---
 libexec/rc/rc.initdiskless | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
index 60cfa8b174f8..164e89e9e78c 100644
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -306,7 +306,7 @@ handle_remount /conf
 #   be sure to export those filesystems -alldirs, however.
 #   If the diskless_remount file contains a string beginning with a
 #   '/' it is assumed that the local nfsroot should be prepended to
-#   it before attemping to the remount.  This allows the root to be
+#   it before attempting to the remount.  This allows the root to be
 #   relocated without needing to change the remount files.
 #
 log "templates are ${templates}"