From 699af2f46a0a6fcd58764ad637b7c18a24ec42c8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Date: Tue, 2 Feb 2010 19:00:57 +0100 Subject: [PATCH] fix typo --- tests/manual/proparser/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/proparser/main.cpp b/tests/manual/proparser/main.cpp index a51e6d9b0b6..3db87d00d93 100644 --- a/tests/manual/proparser/main.cpp +++ b/tests/manual/proparser/main.cpp @@ -84,7 +84,7 @@ static int evaluate(const QString &fileName, const QString &in_pwd, const QStrin if (info.isDir()) info.setFile(QString::fromLatin1("%1/%2.pro").arg(info.filePath(), info.fileName())); if (!info.exists()) { - qDebug() << "Could not find find sub dir" << info.filePath(); + qDebug() << "Could not find sub dir" << info.filePath(); continue; } -- GitLab