From b5aeb8df2a095835e85d16e858090cc068805816 Mon Sep 17 00:00:00 2001 From: cTn Date: Sun, 31 Aug 2014 15:55:12 +0200 Subject: [PATCH] fix typo --- js/protocols/stm32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/protocols/stm32.js b/js/protocols/stm32.js index cae1e8a79c..e589fda0d3 100644 --- a/js/protocols/stm32.js +++ b/js/protocols/stm32.js @@ -363,7 +363,7 @@ STM32_protocol.prototype.upload_procedure = function (step) { // stop retrying, its too late to get any response from MCU console.log('STM32 - no response from bootloader, disconnecting'); - $('span.progressLabel').text('No reponse from the bootloader, programming: FAILED'); + $('span.progressLabel').text('No response from the bootloader, programming: FAILED'); self.progress_bar_e.addClass('invalid'); GUI.interval_remove('stm32_initialize_mcu');