From kde-commits Thu Jan 27 18:10:44 2011 From: Eike Hein Date: Thu, 27 Jan 2011 18:10:44 +0000 To: kde-commits Subject: =?utf-8?q?=5Byakuake=5D_app=3A_Fix_typo=2E?= Message-Id: <20110127181044.1A38BA6094 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129615190115877 Git commit ce2896dd362be1992d6059f3bdb39e1e9a5f2d74 by Eike Hein. Pushed by hein into branch 'master'. Fix typo. M +1 -1 app/mainwindow.cpp http://commits.kde.org/yakuake/ce2896dd362be1992d6059f3bdb39e1e9a5f2d74 diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index 7a5b6af..c01c9c3 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -878,7 +878,7 @@ void MainWindow::toggleWindowState() #if defined(Q_WS_X11) void MainWindow::kwinAssistToggleWindowState(bool visible) { - // Always all back to legacy animation strategy if we're not on + // Always fall back to legacy animation strategy if we're not on // 4.6+. This block can be removed once we depend on KDE 4.6. if (!Application::isKDE46OrHigher()) {