From cd44b0210532869c1b38db92f615877cddf2f7e1 Mon Sep 17 00:00:00 2001 From: TheUser11 <103238377+TheUser11@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:17:14 -0700 Subject: [PATCH] "frimware" --- IntelBluetoothFirmware/IntelBluetoothOpsGen2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelBluetoothFirmware/IntelBluetoothOpsGen2.cpp b/IntelBluetoothFirmware/IntelBluetoothOpsGen2.cpp index 5b38982..52decfc 100644 --- a/IntelBluetoothFirmware/IntelBluetoothOpsGen2.cpp +++ b/IntelBluetoothFirmware/IntelBluetoothOpsGen2.cpp @@ -31,7 +31,7 @@ bootloaderSetup(IntelVersion *ver) /* controller is already having an operational firmware */ if (ver->fw_variant == 0x23) { - XYLog("Frimware is already running, finishing\n"); + XYLog("Firmware is already running, finishing\n"); goto finish; }