summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-23 11:55:29 +1100
committerTim Gates <tim.gates@iress.com>2020-12-23 11:55:29 +1100
commit6f69961010b38a233109c889678ba1ba83782bfb (patch)
treee8d1f8275e8a04166905ff9b8cd6861de51d0edf
parent8757741ac678c5aca0d1d6ee9a9c76c2bb4f168e (diff)
downloadqutebrowser-6f69961010b38a233109c889678ba1ba83782bfb.tar.gz
qutebrowser-6f69961010b38a233109c889678ba1ba83782bfb.zip
docs: fix simple typo, whlie -> while
There is a small typo in qutebrowser/mainwindow/tabwidget.py. Should read `while` rather than `whlie`.
-rw-r--r--qutebrowser/mainwindow/tabwidget.py2
1 files changed, 1 insertions, 1 deletions
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()