summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/consumeoutputoperationtest
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 /tests/auto/installer/consumeoutputoperationtest
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 'tests/auto/installer/consumeoutputoperationtest')
-rw-r--r--tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp b/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
index 14977aa1d..f31f9cf53 100644
--- a/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
+++ b/tests/auto/installer/consumeoutputoperationtest/tst_consumeoutputoperationtest.cpp
@@ -83,7 +83,7 @@ private slots:
QFile orgQmake(QUOTE(QMAKE_BINARY));
// use lrelease filename which will be patched by the QtPatch operation, but it hides that this
- // fake Qt contains a qmake which would be used to get the patch pathes (instead of using the qmake
+ // fake Qt contains a qmake which would be used to get the patch paths (instead of using the qmake
// output we want to use our installer value)
m_binaryInFakeQt = m_fakeQtPath + "bin" + QDir::separator() + "lrelease" + m_binSuffix;