summaryrefslogtreecommitdiff
path: root/examples/device/dfu_runtime/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-12-04 20:26:59 +0700
committerGitHub <[email protected]>2022-12-04 20:26:59 +0700
commitd6d2499ad6d85cbc5f27a2917c04cca4aa1144ba (patch)
tree09b1e0e015e98c24a9deea490484142f6e013384 /examples/device/dfu_runtime/src
parentf24f47d03849874b8c3ad442aa14f6565e205c47 (diff)
parent43b255f413e08b9e567a23b24701efbdaebcb824 (diff)
Merge pull request #1695 from hadess/wip/hadess/fix-typos
Fix typos
Diffstat (limited to 'examples/device/dfu_runtime/src')
-rw-r--r--examples/device/dfu_runtime/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu_runtime/src/main.c b/examples/device/dfu_runtime/src/main.c
index 55b380353..bd9a91c27 100644
--- a/examples/device/dfu_runtime/src/main.c
+++ b/examples/device/dfu_runtime/src/main.c
@@ -31,7 +31,7 @@
*
* $ dfu-util -e
*
- * This will send DETTACH command to put device into bootloader. Since this example
+ * This will send DETACH command to put device into bootloader. Since this example
* is minimal, it doesn't actually go into DFU mode but rather change the LED blinking
* pattern to fast rate as indicator.
*/