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/windows/text_win.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poezio/windows') 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] -- cgit v1.2.3