X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/7904ae417af2b7b59ee54a9f875191e9e4802492..d6c086ad04:/src/statusbar/dolphinstatusbar.cpp 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;