From b981327df58eac0cf41a206333bf36dd5c4e2330 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 10 Jan 2018 02:13:35 +0100 Subject: Fix typos, thanks `codespell`! --- poezio/text_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/text_buffer.py') diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py index b247a8d8..4e0f4b90 100644 --- a/poezio/text_buffer.py +++ b/poezio/text_buffer.py @@ -5,7 +5,7 @@ A text buffer contains a list of intermediate representations of messages (not xml stanzas, but neither the Lines used in windows.py. Each text buffer can be linked to multiple windows, that will be rendered -independantly by their TextWins. +independently by their TextWins. """ import logging -- cgit v1.2.3