From e9264b746b81a63323d884ea07b2ebfbb660d004 Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Tue, 7 Apr 2020 01:06:02 +0900 Subject: [lldb] NFC: Fix trivial typo in comments, documents, and messages Differential Revision: https://reviews.llvm.org/D77460 --- lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/third_party/Python/module') diff --git a/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py b/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py index 63c0b4204eb9..4bebe1158478 100644 --- a/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py +++ b/lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py @@ -150,7 +150,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) -- cgit v1.2.3