From 9b551971088db32fda74f6316449824b039f6f70 Mon Sep 17 00:00:00 2001 From: Tobias Hunger <tobias.hunger@nokia.com> Date: Wed, 10 Feb 2010 14:44:58 +0100 Subject: [PATCH] Fix typo in comment --- src/plugins/projectexplorer/target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/target.cpp b/src/plugins/projectexplorer/target.cpp index 659c102e12c..36a422b172a 100644 --- a/src/plugins/projectexplorer/target.cpp +++ b/src/plugins/projectexplorer/target.cpp @@ -307,7 +307,7 @@ bool Target::fromMap(const QVariantMap &map) if (i == activeConfiguration) setActiveRunConfiguration(rc); } - // Ignore missing RCs: We will just populate them usign the default ones. + // Ignore missing RCs: We will just populate them using the default ones. return true; } -- GitLab