git: 513982245a86 - stable/13 - net8021: Fix a typo in a kernel error message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 01 Nov 2022 06:03:10 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=513982245a8611e49a4085daeb2cd185f7555895

commit 513982245a8611e49a4085daeb2cd185f7555895
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 02:31:51 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-01 06:02:55 +0000

    net8021: Fix a typo in a kernel error message
    
    - s/missmatch/mismatch/
    
    (cherry picked from commit 156ce1e51ce9c092dcc8cc4d7f80a8c63974beea)
---
 sys/net80211/ieee80211_mesh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c
index 210ca25b6206..8da7d8490574 100644
--- a/sys/net80211/ieee80211_mesh.c
+++ b/sys/net80211/ieee80211_mesh.c
@@ -2194,7 +2194,7 @@ mesh_parse_meshpeering_action(struct ieee80211_node *ni,
 		sendclose = 1;
 		IEEE80211_DISCARD(vap,
 		    IEEE80211_MSG_ACTION | IEEE80211_MSG_MESH,
-		    wh, NULL, "%s", "configuration missmatch");
+		    wh, NULL, "%s", "configuration mismatch");
 	}
 
 	if (sendclose) {