From kde-commits Sat Mar 31 23:27:28 2007 From: Pino Toscano Date: Sat, 31 Mar 2007 23:27:28 +0000 To: kde-commits Subject: KDE/kdeedu/kvoctrain/kvoctrain (silent) Message-Id: <1175383648.976468.32409.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117538351717248 SVN commit 648668 by pino: SVN_SILENT spell check M +1 -1 kvoctrain.cpp M +1 -1 kvtsortfiltermodel.cpp --- trunk/KDE/kdeedu/kvoctrain/kvoctrain/kvoctrain.cpp #648667:648668 @@ -1239,7 +1239,7 @@ { //Q_UNUSED(currentLesson); updateTableFilter(); - // I'd rather have this acces m_doc->lessonsInQuery() when a query is started. + // I'd rather have this access m_doc->lessonsInQuery() when a query is started. // this could make resume query act weird. /// @todo look into this querymanager.setLessonItems(m_doc->lessonsInQuery()); --- trunk/KDE/kdeedu/kvoctrain/kvoctrain/kvtsortfiltermodel.cpp #648667:648668 @@ -60,7 +60,7 @@ Also when doing a search I want to filter out all that does not contain the search string. This on the other hand needs to work on the vocab columns. -Also space as seperator would be great. +Also space as separator would be great. So searching for "walk go" would find "to go" and "to walk" maybe. This is easy by doing regexp stuff and translating spaces into OR. */ /**