git: 906934ac391c - stable/14 - rtlbtfw(8): Fix a typo in an error message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 19 Nov 2025 10:10:57 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=906934ac391c815f0cd23406545c15ba5c79ea6d

commit 906934ac391c815f0cd23406545c15ba5c79ea6d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:26:21 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 10:10:44 +0000

    rtlbtfw(8): Fix a typo in an error message
    
    - s/Parseing/Parsing/
    
    (cherry picked from commit 39d43543b306ac686aa684303ae972c386ccea12)
---
 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 e87a98036265..13551fe47900 100644
--- a/usr.sbin/bluetooth/rtlbtfw/main.c
+++ b/usr.sbin/bluetooth/rtlbtfw/main.c
@@ -482,7 +482,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;
 		}