summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-07-08 11:13:44 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-07-08 11:14:23 +0200
commit8d7ee24a15ebcdd660eda2a8b025ce01ee1a450d (patch)
tree0b8140c400de29bbb9f206bdba47a6cb1e2f0ae6
parent2cd7c7b8c869b57404f6fe23cabc40b72ec30041 (diff)
downloadqt-creator-8d7ee24a15ebcdd660eda2a8b025ce01ee1a450d.tar.gz
Fix typo
-rw-r--r--src/plugins/projectexplorer/userfileaccessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp
index e3a56fae9d..fb0c0089f7 100644
--- a/src/plugins/projectexplorer/userfileaccessor.cpp
+++ b/src/plugins/projectexplorer/userfileaccessor.cpp
@@ -277,7 +277,7 @@ QVariantMap UserFileAccessor::restoreSettings(Project *project)
"The hostname for this computer is %2. \n\n"
"The .user settings files contain machine specific settings. "
"They should not be copied to a different environment. \n\n"
- "Still load the settigns file?").arg(hostname, QHostInfo::localHostName()),
+ "Still load the settings file?").arg(hostname, QHostInfo::localHostName()),
QMessageBox::Yes | QMessageBox::No,
Core::ICore::instance()->mainWindow());
msgBox.setDefaultButton(QMessageBox::No);