From 6f69961010b38a233109c889678ba1ba83782bfb Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 11:55:29 +1100 Subject: docs: fix simple typo, whlie -> while There is a small typo in qutebrowser/mainwindow/tabwidget.py. Should read `while` rather than `whlie`. --- qutebrowser/mainwindow/tabwidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index f853f8fd9..5263ecff9 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -212,7 +212,7 @@ class TabWidget(QTabWidget): Every single call to setTabText calls the size hinting functions for every single tab, which are slow. Since we know we are updating all the tab's titles, we can delay this processing by making the tab - non-visible. To avoid flickering, disable repaint updates whlie we + non-visible. To avoid flickering, disable repaint updates while we work. """ bar = self.tabBar() -- cgit v1.2.3-54-g00ecf