From fd1a078cc4f5375c856ec49e05c0a33099db8861 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 25 Oct 2018 21:23:44 +0300 Subject: Fix minor typos --- src/statusbar/dolphinstatusbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar') diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index b3fddba10..0feaa119b 100644 --- a/src/statusbar/dolphinstatusbar.cpp +++ b/src/statusbar/dolphinstatusbar.cpp @@ -147,7 +147,7 @@ void DolphinStatusBar::setText(const QString& text) if (text.isEmpty()) { // Assure that the previous set text won't get - // cleared immediatelly. + // cleared immediately. m_resetToDefaultTextTimer->start(); } else { m_text = text; -- cgit v1.3