Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2023 11:22:29 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 40bb52c89b87 - main - iwmbtfw(8): Fix a typo in a kernel message
Message-ID:  <202301111122.30BBMTfl039568@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=40bb52c89b87c1417be5ded6808bd674d512900e

commit 40bb52c89b87c1417be5ded6808bd674d512900e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 11:22:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-11 11:22:18 +0000

    iwmbtfw(8): Fix a typo in a kernel message
    
    - s/succesful/successful/
    
    MFC after:      5 days
---
 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?202301111122.30BBMTfl039568>