Fix typo in comment

This commit is contained in:
Tobias Hunger
2010-02-10 14:44:58 +01:00
parent d61cca8e0a
commit 9b55197108

View File

@@ -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;
}