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; } diff --git a/IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp b/IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp index b770b2f..e874a30 100644 --- a/IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp +++ b/IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp @@ -59,7 +59,7 @@ bootloaderSetupTLV(IntelVersionTLV *verTLV) /* check if controller is already having an operational firmware */ if (verTLV->img_type == 0x03) { - XYLog("Frimware is already running, finishing\n"); + XYLog("Firmware is already running, finishing\n"); goto finish; }