summaryrefslogtreecommitdiffstats
path: root/src/svnqt/url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/url.cpp')
-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;