git: 39d43543b306 - main - rtlbtfw(8): Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 15:59:56 UTC
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;
}