summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:13:35 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:13:35 +0100
commitb981327df58eac0cf41a206333bf36dd5c4e2330 (patch)
tree2b19a90bf934cb11499b7ff828aaa7dee647eeec /poezio/windows
parent15c5d7822ae17b323f647d9f5a04b98755c056aa (diff)
downloadpoezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.gz
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.bz2
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.tar.xz
poezio-b981327df58eac0cf41a206333bf36dd5c4e2330.zip
Fix typos, thanks `codespell`!
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/text_win.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/poezio/windows/text_win.py b/poezio/windows/text_win.py
index 1521ee34..b923b712 100644
--- a/poezio/windows/text_win.py
+++ b/poezio/windows/text_win.py
@@ -189,7 +189,7 @@ class TextWin(BaseTextWin):
"""
Go to the next highlight in the buffer.
(depending on which highlight was selected before)
- if the buffer is already positionned on the last, of if there are no
+ if the buffer is already positioned on the last, of if there are no
highlights, scroll to the end of the buffer.
"""
log.debug('Going to the next highlight…')
@@ -225,7 +225,7 @@ class TextWin(BaseTextWin):
"""
Go to the previous highlight in the buffer.
(depending on which highlight was selected before)
- if the buffer is already positionned on the first, or if there are no
+ if the buffer is already positioned on the first, or if there are no
highlights, scroll to the end of the buffer.
"""
log.debug('Going to the previous highlight…')
@@ -294,7 +294,7 @@ class TextWin(BaseTextWin):
if None not in self.built_lines:
self.built_lines.append(None)
self.nb_of_highlights_after_separator = 0
- log.debug("Reseting number of highlights after separator")
+ log.debug("Resetting number of highlights after separator")
if room and room.messages:
self.separator_after = room.messages[-1]