From a6e66cd50ef64c0f2bf6fe154edcc652a66e9a46 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 9 Mar 2019 15:36:32 +0100 Subject: Fix various spelling mistakes throughout the code --- poezio/windows/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/list.py') diff --git a/poezio/windows/list.py b/poezio/windows/list.py index 350255c6..c427a79e 100644 --- a/poezio/windows/list.py +++ b/poezio/windows/list.py @@ -40,7 +40,7 @@ class ListWin(Win): def empty(self) -> None: """ - emtpy the list and reset some important values as well + empty the list and reset some important values as well """ self.lines = [] self._selected_row = 0 -- cgit v1.2.3