From 30985d19b00da3ea3ba808b57e5a46ce6403b8d7 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Thu, 19 Jan 2023 14:17:37 +0100 Subject: [PATCH] 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 60cfa8b174f..164e89e9e78 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}"