summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-10-22 16:34:31 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-10-23 09:30:20 +0000
commit4032f6383a411768ddf6e6059aaed6c552fb65da (patch)
treee485758f1f508e8309a53b83090c6023988cd5b4 /src/app
parent7ae7f921aba238c0dc195c2c3dbd934e4e609f9d (diff)
downloadqt-creator-4032f6383a411768ddf6e6059aaed6c552fb65da.tar.gz
Fix frequent typo
can not -> cannot Change-Id: Ie872ada1bc9b4ed64bffb667c2e44dbb13b4ad11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 9c61cb323d..0400f523c3 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -185,7 +185,7 @@ static inline int askMsgSendFailed()
QMessageBox::Retry);
}
-// taken from utils/fileutils.cpp. We can not use utils here since that depends app_version.h.
+// taken from utils/fileutils.cpp. We cannot use utils here since that depends app_version.h.
static bool copyRecursively(const QString &srcFilePath,
const QString &tgtFilePath)
{