summaryrefslogtreecommitdiff
path: root/tools/pydfu.py
diff options
context:
space:
mode:
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 f2d845a70..05cdf92c9 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -484,7 +484,7 @@ def get_memory_layout(device):
def list_dfu_devices(*args, **kwargs):
- """Prints a lits of devices detected in DFU mode."""
+ """Prints a list of devices detected in DFU mode."""
devices = get_dfu_devices(*args, **kwargs)
if not devices:
raise SystemExit("No DFU capable devices found")