Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2023 06:28:11 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: 1a27768e01ec - stable/12 - iwmbtfw(8): Fix a typo in a kernel message
Message-ID:  <202301160628.30G6SBDY047259@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=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!");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301160628.30G6SBDY047259>