git: 40bb52c89b87 - main - iwmbtfw(8): Fix a typo in a kernel message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 11 Jan 2023 11:22:29 UTC
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!");