git: ed89b5fe0bec - stable/13 - rc.initdiskless: Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 08:03:52 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ed89b5fe0becd92f0f886b829420cb996f1c6f27 commit ed89b5fe0becd92f0f886b829420cb996f1c6f27 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-19 13:17:37 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-24 08:03:40 +0000 rc.initdiskless: Fix a typo in a comment - s/attemping/attempting/ (cherry picked from commit 30985d19b00da3ea3ba808b57e5a46ce6403b8d7) --- 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}"