diff --git a/src/plugins/projectexplorer/target.cpp b/src/plugins/projectexplorer/target.cpp index 659c102e12cc0673c1e21fe6025c2b1af493b973..36a422b172aaad638abf999819ca8cd90e5ac25d 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; }