summaryrefslogtreecommitdiffstats
path: root/parts/ctags2/ctags2_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/ctags2/ctags2_part.cpp')
-rw-r--r--parts/ctags2/ctags2_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/ctags2/ctags2_part.cpp b/parts/ctags2/ctags2_part.cpp
index 60fe4ca5..6dc0063b 100644
--- a/parts/ctags2/ctags2_part.cpp
+++ b/parts/ctags2/ctags2_part.cpp
@@ -268,7 +268,7 @@ int CTags2Part::getFileLineFromStream( TQTextStream & istream, TQString const &
{
if ( pattern.isEmpty() ) return -1;
- // ctags interestingly escapes "/", but aptqparently nothing else. lets revert that
+ // ctags interestingly escapes "/", but apparently nothing else. lets revert that
TQString unescaped = pattern;
unescaped.tqreplace( "\\/", "/" );