summaryrefslogtreecommitdiff
path: root/serial/serialposix.py
diff options
context:
space:
mode:
Diffstat (limited to 'serial/serialposix.py')
-rw-r--r--serial/serialposix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/serialposix.py b/serial/serialposix.py
index 23e19c4..78959ce 100644
--- a/serial/serialposix.py
+++ b/serial/serialposix.py
@@ -52,7 +52,7 @@ class PlatformSpecificBase(object):
# some systems support an extra flag to enable the two in POSIX unsupported
-# partiy settings for MARK and SPACE
+# paritiy settings for MARK and SPACE
CMSPAR = 0 # default, for unsupported platforms, override below
# try to detect the OS so that a device can be selected...