summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-23 02:04:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-23 02:04:44 -0500
commit4282a2405e086f5654a37206e602b3138135a700 (patch)
tree86a5dc500fb86223902f04024ffadd535fcbf9a0
parent3ca68a24003985c56236399191fedaeaf3bc0370 (diff)
downloadtdesvn-4282a240.tar.gz
tdesvn-4282a240.zip
Fix incorrect characters.
-rw-r--r--src/svnqt/url.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/url.cpp b/src/svnqt/url.cpp
index 6f55356..64edb06 100644
--- a/src/svnqt/url.cpp
+++ b/src/svnqt/url.cpp
@@ -143,7 +143,7 @@ namespace svn
// schemas are in the following form:
// <schema>:<whitespace><description>\n...
- // find the f�st :
+ // find the first :
TQString descriptions (descr->data);
int pos=0;
const int not_found = -1;