diff options
Diffstat (limited to 'vcs/cvsservice/cvsdir.cpp')
-rw-r--r-- | vcs/cvsservice/cvsdir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/cvsdir.cpp b/vcs/cvsservice/cvsdir.cpp index bd06767b..c9e9ab51 100644 --- a/vcs/cvsservice/cvsdir.cpp +++ b/vcs/cvsservice/cvsdir.cpp @@ -105,7 +105,7 @@ TQString CVSDir::repository() const { // The content of CVS/Repository is a single line with the path into the // repository of the modules checked out in this directory (just like - // "kdevelop/parts/cvsservice"): so we can read a single line of the file + // "tdevelop/parts/cvsservice"): so we can read a single line of the file // and we are done! TQString content; |