1
0

electrum: fix typos

This commit is contained in:
xiaolou86
2023-12-04 14:15:26 +08:00
parent 00c584d557
commit 50e5b0efd1
8 changed files with 10 additions and 10 deletions

View File

@@ -256,7 +256,7 @@ class CKCCSettingsDialog(WindowModalDialog):
# append the firmware header a second time
result = dev.send_recv(CCProtocolPacker.upload(size, size+FW_HEADER_SIZE, hdr))
# make it reboot into bootlaoder which might install it
# make it reboot into bootloader which might install it
dev.send_recv(CCProtocolPacker.reboot())
self.thread.add(doit)