diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 02:04:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 02:04:44 -0500 |
commit | 4282a2405e086f5654a37206e602b3138135a700 (patch) | |
tree | 86a5dc500fb86223902f04024ffadd535fcbf9a0 | |
parent | 3ca68a24003985c56236399191fedaeaf3bc0370 (diff) | |
download | tdesvn-4282a2405e086f5654a37206e602b3138135a700.tar.gz tdesvn-4282a2405e086f5654a37206e602b3138135a700.zip |
Fix incorrect characters.
-rw-r--r-- | src/svnqt/url.cpp | 2 |
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; |