summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator/rcc/rccmain.cpp
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2014-07-02 12:38:39 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2014-07-03 12:20:32 +0200
commitd847723173a5cd2bb2eb27ff0eb45ae323c8070a (patch)
tree01cf03e2a45eaf546710bc5234abdcf028c166de /tools/binarycreator/rcc/rccmain.cpp
parentabca171c2ac3d926eb573b48debfc9714ea47ef6 (diff)
Rename pathes -> paths
Change-Id: I9ad2e5eba7df180dec63ec171d5260c01d9715b2 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'tools/binarycreator/rcc/rccmain.cpp')
-rw-r--r--tools/binarycreator/rcc/rccmain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/binarycreator/rcc/rccmain.cpp b/tools/binarycreator/rcc/rccmain.cpp
index da459ce51..5cfb40bdb 100644
--- a/tools/binarycreator/rcc/rccmain.cpp
+++ b/tools/binarycreator/rcc/rccmain.cpp
@@ -113,7 +113,7 @@ int createProject(const QString &outFileName)
out << QLatin1String("<!DOCTYPE RCC><RCC version=\"1.0\">\n"
"<qresource>\n");
- // use "." as dir to get relative file pathes
+ // use "." as dir to get relative file paths
dumpRecursive(QDir(QLatin1String(".")), out);
out << QLatin1String("</qresource>\n"
@@ -214,7 +214,7 @@ int runRcc(int argc, char *argv[])
}
QFile errorDevice;
errorDevice.open(stderr, QIODevice::WriteOnly|QIODevice::Text);
-
+
if (library.verbose())
errorDevice.write("Qt resource compiler\n");
@@ -249,7 +249,7 @@ int runRcc(int argc, char *argv[])
out.write("\n");
}
return 0;
- }
+ }
return library.output(out, errorDevice) ? 0 : 1;
}