From d03f23979d31d2d6a1bb9e42ab8ce74451f9cd72 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Jan 2014 09:39:30 +0100 Subject: [PATCH] Fix typo --- qutebrowser/widgets/statusbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/widgets/statusbar.py b/qutebrowser/widgets/statusbar.py index c263139aa..5876dc878 100644 --- a/qutebrowser/widgets/statusbar.py +++ b/qutebrowser/widgets/statusbar.py @@ -98,7 +98,7 @@ class StatusProgress(QProgressBar): self.hide() class StatusText(QLabel): - """The text part of the status bar, composedof several 'widgets'""" + """The text part of the status bar, composed of several 'widgets'""" keystring = '' error = '' text = ''