aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-11 11:22:18 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-11 11:22:18 +0000
commit40bb52c89b87c1417be5ded6808bd674d512900e (patch)
tree95fcd84fe61d58c2904ebddfef619166ce00e8c4
parenta74be23c6ed766dcb1bfeeea2f18c0d176e487c0 (diff)
downloadsrc-40bb52c89b87c1417be5ded6808bd674d512900e.tar.gz
src-40bb52c89b87c1417be5ded6808bd674d512900e.zip
iwmbtfw(8): Fix a typo in a kernel message
- s/succesful/successful/ MFC after: 5 days
-rw-r--r--usr.sbin/bluetooth/iwmbtfw/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/iwmbtfw/main.c b/usr.sbin/bluetooth/iwmbtfw/main.c
index 202894740805..eb1d97a9bb00 100644
--- a/usr.sbin/bluetooth/iwmbtfw/main.c
+++ b/usr.sbin/bluetooth/iwmbtfw/main.c
@@ -572,7 +572,7 @@ shutdown:
libusb_exit(ctx);
if (retcode == 0)
- iwmbt_info("Firmware download is succesful!");
+ iwmbt_info("Firmware download is successful!");
else
iwmbt_err("Firmware download failed!");