From 29b1f841c4e41ff76cfc42c2b5498cc1b861abc8 Mon Sep 17 00:00:00 2001 From: Dean Dettman <dean.dettman@nokia.com> Date: Tue, 10 Mar 2009 15:31:52 +0100 Subject: [PATCH] Fixes: Doc - fixed a typo RevBy: Kavindra --- doc/qtcreator.qdoc | 2 +- src/plugins/fakevim/fakevimhandler.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index cd014241635..ce316616f41 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -700,7 +700,7 @@ \section1 Usage - You can find the version control menu entires in a sub-menu of the + You can find the version control menu entries in a sub-menu of the \gui{Tools} menu. The version control system displayed here is the system that manages the current project. diff --git a/src/plugins/fakevim/fakevimhandler.cpp b/src/plugins/fakevim/fakevimhandler.cpp index b7239ae1b5f..c6e8976f0cd 100644 --- a/src/plugins/fakevim/fakevimhandler.cpp +++ b/src/plugins/fakevim/fakevimhandler.cpp @@ -1493,7 +1493,7 @@ EventResult FakeVimHandler::Private::handleMiniBufferModes(int key, int unmodifi updateMiniBuffer(); } else if ((key == Key_Up || key == Key_PageUp) && isSearchMode()) { // FIXME: This and the three cases below are wrong as vim - // takes only matching entires in the history into account. + // takes only matching entries in the history into account. if (m_searchHistoryIndex > 0) { --m_searchHistoryIndex; showBlackMessage(m_searchHistory.at(m_searchHistoryIndex)); -- GitLab