]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/dolphinstatusbar.cpp
Fix minor typos
[dolphin.git] / src / statusbar / dolphinstatusbar.cpp
index b3fddba10825ba58164d183d405f5e43cb501bd8..0feaa119bcd5d5a81f1b356b76f2e9a8a4fe1ef2 100644 (file)
@@ -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;