Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2025 15:59:56 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: 39d43543b306 - main - rtlbtfw(8): Fix a typo in an error message
Message-ID:  <202510261559.59QFxuOp092436@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=39d43543b306ac686aa684303ae972c386ccea12

commit 39d43543b306ac686aa684303ae972c386ccea12
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:26:21 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-26 15:59:41 +0000

    rtlbtfw(8): Fix a typo in an error message
    
    - s/Parseing/Parsing/
    
    MFC after:      1 week
---
 usr.sbin/bluetooth/rtlbtfw/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bluetooth/rtlbtfw/main.c b/usr.sbin/bluetooth/rtlbtfw/main.c
index 280045a6aa25..58503b8087b5 100644
--- a/usr.sbin/bluetooth/rtlbtfw/main.c
+++ b/usr.sbin/bluetooth/rtlbtfw/main.c
@@ -479,7 +479,7 @@ main(int argc, char *argv[])
 		} else
 			r = rtlbt_parse_fwfile_v1(&fw, rom_version);
 		if (r < 0) {
-			rtlbt_err("Parseing firmware file failed");
+			rtlbt_err("Parsing firmware file failed");
 			goto shutdown;
 		}
 


home | help

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