summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp b/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp
index 57c9f33823..fcb56fc415 100644
--- a/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp
+++ b/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp
@@ -112,11 +112,11 @@ class BaseTestCase
public:
BaseTestCase(const QByteArray &source, const UseList &expectedUsesMacros = UseList())
{
- // Write source to temprorary file
+ // Write source to temporary file
const QString filePath = QDir::tempPath() + QLatin1String("/file.h");
Tests::TestCase::writeFile(filePath, source);
- // Processs source
+ // Process source
const Document::Ptr document = createDocument(filePath, source);
QVERIFY(document);
Snapshot snapshot;