The branch stable/13 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=592bb24c17b785ceca34ee7af425d4c4663658e0

commit 592bb24c17b785ceca34ee7af425d4c4663658e0
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2023-01-11 11:22:18 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2023-01-16 06:26:54 +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!");
 

Reply via email to