summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/text_buffer.py')
-rw-r--r--poezio/text_buffer.py2
1 files changed, 1 insertions, 1 deletions
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