From 8d7ee24a15ebcdd660eda2a8b025ce01ee1a450d Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@nokia.com>
Date: Thu, 8 Jul 2010 11:13:44 +0200
Subject: [PATCH] Fix typo

---
 src/plugins/projectexplorer/userfileaccessor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp
index e3a56fae9d4..fb0c0089f72 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);
-- 
GitLab