summaryrefslogtreecommitdiff
path: root/bootloader/ota-dfu-python/ble_secure_dfu_controller.py
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-06-06 18:27:54 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-06 23:09:58 (GMT)
commit7c45f185a32c7bcff47c8fda1acdec82d3213717 (patch)
tree53b0419fe2a19e6ec5c89d0be0a11dcd8d4ceb00 /bootloader/ota-dfu-python/ble_secure_dfu_controller.py
parent94b1b330fc1f6e941a797fedabade4e790e28bc2 (diff)
parent35dcf8c8607483c104711c9398d47d57147f4389 (diff)
Merge remote-tracking branch 'origin/develop' into analog24
Diffstat (limited to 'bootloader/ota-dfu-python/ble_secure_dfu_controller.py')
-rw-r--r--bootloader/ota-dfu-python/ble_secure_dfu_controller.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/ota-dfu-python/ble_secure_dfu_controller.py b/bootloader/ota-dfu-python/ble_secure_dfu_controller.py
index 7065458..c2038eb 100644
--- a/bootloader/ota-dfu-python/ble_secure_dfu_controller.py
+++ b/bootloader/ota-dfu-python/ble_secure_dfu_controller.py
@@ -236,7 +236,7 @@ class BleDfuControllerSecure(NrfBleDfuController):
self._dfu_send_command(Procedures.EXECUTE)
self._wait_and_parse_notify()
- print("Init packet successfully transfered")
+ print("Init packet successfully transferred")
# --------------------------------------------------------------------------
# Send the Firmware image to peripheral device.
@@ -319,5 +319,5 @@ class BleDfuControllerSecure(NrfBleDfuController):
self._dfu_send_command(Procedures.EXECUTE)
self._wait_and_parse_notify()
- # If everything executed correctly, return amount of bytes transfered
+ # If everything executed correctly, return amount of bytes transferred
return obj_max_size