git: 1cc4c2f90f40 - main - run.4: Fix a typo in the DIAGNOSTICS section

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 25 Oct 2022 10:49:36 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=1cc4c2f90f40abcec810adfa4673240c7bc71119

commit 1cc4c2f90f40abcec810adfa4673240c7bc71119
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:47:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-25 10:47:29 +0000

    run.4: Fix a typo in the DIAGNOSTICS section
    
    - s/faild/failed/
    
    MFC after:      3 days
---
 share/man/man4/run.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/run.4 b/share/man/man4/run.4
index d27bca4b10b4..222f7c843e4b 100644
--- a/share/man/man4/run.4
+++ b/share/man/man4/run.4
@@ -211,7 +211,7 @@ ifconfig wlan create wlandev run0 wlanmode adhoc ssid my_net \e
 .Ed
 .Sh DIAGNOSTICS
 .Bl -diag
-.It "run%d: faild load firmware of file runfw"
+.It "run%d: failed load firmware of file runfw"
 For some reason, the driver was unable to read the microcode file from the
 filesystem.
 The file might be missing or corrupted.