summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.py2
-rw-r--r--test/test_timeout_class.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py
index db03907..d15702d 100644
--- a/test/test.py
+++ b/test/test.py
@@ -30,7 +30,7 @@ import serial
# on which port should the tests be performed:
PORT = 'loop://'
-# indirection via bytearray b/c bytes(range(256)) does something else in Pyhton 2.7
+# indirection via bytearray b/c bytes(range(256)) does something else in Python 2.7
bytes_0to255 = bytes(bytearray(range(256)))
diff --git a/test/test_timeout_class.py b/test/test_timeout_class.py
index 37c38b1..29f0e34 100644
--- a/test/test_timeout_class.py
+++ b/test/test_timeout_class.py
@@ -40,7 +40,7 @@ class TestTimeoutClass(unittest.TestCase):
#~ self.assertFalse(t.expired())
def test_changing_clock(self):
- """Test recovery from chaning clock"""
+ """Test recovery from changing clock"""
class T(serialutil.Timeout):
def TIME(self):
return test_time