summaryrefslogtreecommitdiff
path: root/tools/pydfu.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-10-03 11:24:50 +1100
committerDamien George <damien@micropython.org>2023-10-03 11:24:50 +1100
commitcf490a70917a1b2d38ba9b58e763e0837d0f7ca7 (patch)
treefd460c9323dd46b4466193fc56dc319cbf717c77 /tools/pydfu.py
parent9d5d2e8cf71321b4ba41bad127bf0ea0ff24ccbf (diff)
all: Fix various spelling mistakes found by codespell 2.2.6.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools/pydfu.py')
-rwxr-xr-xtools/pydfu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pydfu.py b/tools/pydfu.py
index a9da3a0f8..e1e4074a6 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -8,7 +8,7 @@
DFU, without requiring dfu-util.
See app note AN3156 for a description of the DFU protocol.
-See document UM0391 for a dscription of the DFuse file.
+See document UM0391 for a description of the DFuse file.
"""
from __future__ import print_function