aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:26:21 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:59:41 +0000
commit39d43543b306ac686aa684303ae972c386ccea12 (patch)
tree5f095917bdf47a2fc323420d480243a2e5503af9 /usr.sbin
parent081218b7a2006e5b6783e51f66fd751871ac1272 (diff)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/rtlbtfw/main.c2
1 files changed, 1 insertions, 1 deletions
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;
}