Date: Tue, 1 Nov 2022 06:04:00 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 157983169e05 - stable/12 - net8021: Fix a typo in a kernel error message Message-ID: <202211010604.2A1640vd095219@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=157983169e0505957b6eb798f080f053b76d9855 commit 157983169e0505957b6eb798f080f053b76d9855 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:03:46 +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 3c8e371d7c5c..387ab0b4d2fe 100644 --- a/sys/net80211/ieee80211_mesh.c +++ b/sys/net80211/ieee80211_mesh.c @@ -2190,7 +2190,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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010604.2A1640vd095219>