summaryrefslogtreecommitdiff
path: root/serial/tools/hexlify_codec.py
diff options
context:
space:
mode:
Diffstat (limited to 'serial/tools/hexlify_codec.py')
-rw-r--r--serial/tools/hexlify_codec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/tools/hexlify_codec.py b/serial/tools/hexlify_codec.py
index bd8f6b0..d534743 100644
--- a/serial/tools/hexlify_codec.py
+++ b/serial/tools/hexlify_codec.py
@@ -9,7 +9,7 @@
"""\
Python 'hex' Codec - 2-digit hex with spaces content transfer encoding.
-Encode and decode may be a bit missleading at first sight...
+Encode and decode may be a bit misleading at first sight...
The textual representation is a hex dump: e.g. "40 41"
The "encoded" data of this is the binary form, e.g. b"@A"