summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-23 11:40:14 +0100
committerGitHub <noreply@github.com>2020-12-23 11:40:14 +0100
commit917b42c84b5a73c2b5948a0fea91259bcf029627 (patch)
treee8d1f8275e8a04166905ff9b8cd6861de51d0edf
parent8757741ac678c5aca0d1d6ee9a9c76c2bb4f168e (diff)
parent6f69961010b38a233109c889678ba1ba83782bfb (diff)
downloadqutebrowser-917b42c84b5a73c2b5948a0fea91259bcf029627.tar.gz
qutebrowser-917b42c84b5a73c2b5948a0fea91259bcf029627.zip
Merge pull request #5982 from timgates42/bugfix_typo_while
docs: fix simple typo, whlie -> while
-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()