From 3ea0862a6e3c97f6224548c41a225f270df4d205 Mon Sep 17 00:00:00 2001
From: Keith Wiley <kwiley@keithwiley.com>
Date: Thu, 17 May 2018 22:30:35 -0700
Subject: [PATCH] tools/pydfu.py: Fix typo in comments.

---
 tools/pydfu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pydfu.py b/tools/pydfu.py
index 4296f07bf..3f11de067 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -5,7 +5,7 @@
 # details.
 
 """This module implements enough functionality to program the STM32F4xx over
-DFU, without requiringdfu-util.
+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.
-- 
GitLab