summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsquareplusc <cliechti@gmx.net>2021-05-13 22:34:12 +0200
committerGitHub <noreply@github.com>2021-05-13 22:34:12 +0200
commitbba13603a2e3df27793e2d46e949e09a66992cb6 (patch)
treee92edea69c86118dfabadad6fe78353ac3816098
parent0e7634747568547b8a7f9fd0c48ed74f16af4b23 (diff)
parent14259d654992e42452d9e0a33f26dd8dcfa7862c (diff)
downloadpyserial-git-bba13603a2e3df27793e2d46e949e09a66992cb6.tar.gz
Merge pull request #576 from pgrimaud/master
docs: fix typos
-rw-r--r--serial/urlhandler/protocol_hwgrep.py2
-rwxr-xr-xtest/test_context.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/serial/urlhandler/protocol_hwgrep.py b/serial/urlhandler/protocol_hwgrep.py
index 1a288c9..22805cc 100644
--- a/serial/urlhandler/protocol_hwgrep.py
+++ b/serial/urlhandler/protocol_hwgrep.py
@@ -12,7 +12,7 @@
#
# where <regexp> is a Python regexp according to the re module
#
-# violating the normal definition for URLs, the charachter `&` is used to
+# violating the normal definition for URLs, the character `&` is used to
# separate parameters from the arguments (instead of `?`, but the question mark
# is heavily used in regexp'es)
#
diff --git a/test/test_context.py b/test/test_context.py
index 456c85a..a65a626 100755
--- a/test/test_context.py
+++ b/test/test_context.py
@@ -11,7 +11,7 @@ Part of pySerial (http://pyserial.sf.net) (C)2001-2011 cliechti@gmx.net
Intended to be run on different platforms, to ensure portability of
the code.
-Cover some of the aspects of context managment
+Cover some of the aspects of context management
"""
import unittest