ifconfig: 802.11: fix a warning message

s/can/cannot/

Sponsored by:	The FreeBSD Foundation
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D50552

(cherry picked from commit 08471a76e3d27ffa9e2605dab0ff3c4968e7fef6)
This commit is contained in:
Bjoern A. Zeeb 2025-05-27 19:34:48 +00:00 committed by Franco Fichtner
parent 0149768ecb
commit ed8a87939c

View file

@ -5082,7 +5082,7 @@ ieee80211_status(if_ctx *ctx)
memset(&ik, 0, sizeof(ik));
ik.ik_keyix = i;
if (get80211(ctx, IEEE80211_IOC_WPAKEY, &ik, sizeof(ik)) < 0) {
warn("WEP support, but can get keys!");
warn("WEP support, but cannot get keys!");
goto end;
}
if (ik.ik_keylen != 0) {