diff options
Diffstat (limited to 'src/common/global')
-rw-r--r-- | src/common/global/purl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global/purl.cpp b/src/common/global/purl.cpp index aeae543..265d5a7 100644 --- a/src/common/global/purl.cpp +++ b/src/common/global/purl.cpp @@ -137,7 +137,7 @@ TQString PURL::Private::findName(const TQString &filepath) TQString PURL::Private::convertWindowsShortFilepath(const TQString &filepath) { - // aptqparently "winepath" cannot do that for us and it is a real pain too... + // apparently "winepath" cannot do that for us and it is a real pain too... // we assume filepath is an absolute unix path // first see if we know the dirpath TQFileInfo finfo(filepath); |