summaryrefslogtreecommitdiffstats
path: root/krArc
diff options
context:
space:
mode:
Diffstat (limited to 'krArc')
-rw-r--r--krArc/krarc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krArc/krarc.cpp b/krArc/krarc.cpp
index a5f3146..435821e 100644
--- a/krArc/krarc.cpp
+++ b/krArc/krarc.cpp
@@ -888,10 +888,10 @@ UDSEntryList* kio_krarcProtocol::addNewDir(TQString path){
dir = dirDict.find(path);
if(dir != 0) return dir; // dir exists- return it !
- // set dir to the tqparent dir
+ // set dir to the parent dir
dir = addNewDir(path.left(path.findRev("/",-2)+1));
- // add a new entry in the tqparent dir
+ // add a new entry in the parent dir
TQString name = path.mid(path.findRev("/",-2)+1);
name = name.left(name.length()-1);