summaryrefslogtreecommitdiffstats
path: root/digikam/digikam/tagfolderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/digikam/tagfolderview.cpp')
-rw-r--r--digikam/digikam/tagfolderview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/digikam/tagfolderview.cpp b/digikam/digikam/tagfolderview.cpp
index b22444d..9f8717e 100644
--- a/digikam/digikam/tagfolderview.cpp
+++ b/digikam/digikam/tagfolderview.cpp
@@ -267,7 +267,7 @@ void TagFolderView::slotTextTagFilterChanged(const TQString& filter)
bool doesExpand = false;
if (!match)
{
- // check if any of the tqparents match the search
+ // check if any of the parents match the search
Album* tqparent = talbum->tqparent();
while (tqparent && !tqparent->isRoot())
{