diff options
Diffstat (limited to 'src/svnqt/path.hpp')
-rw-r--r-- | src/svnqt/path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/path.hpp b/src/svnqt/path.hpp index b9cc73f..9592aca 100644 --- a/src/svnqt/path.hpp +++ b/src/svnqt/path.hpp @@ -131,7 +131,7 @@ namespace svn void addComponent (const TQString & component); - /** Reduce path to its tqparent folder. + /** Reduce path to its parent folder. * If the path length is 1 (eg., only "/") it will cleared so * path length will get zero. * @sa svn_path_remove_component |