summaryrefslogtreecommitdiff
path: root/pexpect/spawnbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/spawnbase.py')
-rw-r--r--pexpect/spawnbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/spawnbase.py b/pexpect/spawnbase.py
index 59e9057..aacb63a 100644
--- a/pexpect/spawnbase.py
+++ b/pexpect/spawnbase.py
@@ -153,7 +153,7 @@ class SpawnBase(object):
self._buffer = self.buffer_type()
self._buffer.write(value)
- # This property is provided for backwards compatability (self.buffer used
+ # This property is provided for backwards compatibility (self.buffer used
# to be a string/bytes object)
buffer = property(_get_buffer, _set_buffer)