aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/rtlbtfw/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/rtlbtfw/main.c')
-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;
}