From kde-commits Tue Jun 30 22:10:11 2009 From: John Tapsell Date: Tue, 30 Jun 2009 22:10:11 +0000 To: kde-commits Subject: KDE/kdelibs/kdeui/itemviews Message-Id: <1246399811.525283.487.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124653891819658 SVN commit 989775 by johnflux: Fix spelling mistakes M +3 -3 ktreewidgetsearchline.cpp --- trunk/KDE/kdelibs/kdeui/itemviews/ktreewidgetsearchline.cpp #989774:989775 @@ -190,9 +190,9 @@ #include -/** Check whether \p item, its siblings and their descendents should be shown. Show or hide the items as necessary. +/** Check whether \p item, its siblings and their descendants should be shown. Show or hide the items as necessary. * - * \p item The list view item to start showing / hiding items at. Typically, this is the first child of another item, or the + * \p item The list view item to start showing / hiding items at. Typically, this is the first child of another item, or * the first child of the list view. * \return \c true if an item which should be visible is found, \c false if all items found should be hidden. If this function * returns true and \p highestHiddenParent was not 0, highestHiddenParent will have been shown. @@ -395,7 +395,7 @@ return true; // If the search column list is populated, search just the columns - // specifified. If it is empty default to searching all of the columns. + // specified. If it is empty default to searching all of the columns. if ( !d->searchColumns.isEmpty() ) { QList::ConstIterator it = d->searchColumns.constBegin();