git: 1a27768e01ec - stable/12 - iwmbtfw(8): Fix a typo in a kernel message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 06:28:11 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1a27768e01ecdec7f5e556c6d284564904d2e230 commit 1a27768e01ecdec7f5e556c6d284564904d2e230 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 11:22:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-16 06:27:45 +0000 iwmbtfw(8): Fix a typo in a kernel message - s/succesful/successful/ (cherry picked from commit 40bb52c89b87c1417be5ded6808bd674d512900e) --- usr.sbin/bluetooth/iwmbtfw/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!");