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()) {