Fix spelling in comments

Krazy was complaining about those.
This commit is contained in:
Tobias Hunger
2010-10-30 21:54:23 +02:00
parent af0413ec1e
commit cf3a418cd8
27 changed files with 34 additions and 34 deletions

View File

@@ -582,7 +582,7 @@ void MiniProjectTargetSelector::updateAction()
QIcon targetIcon = style()->standardIcon(QStyle::SP_ComputerIcon);
const int extrawidth = 110; // Size of margins + icon width
// Some fudge numbers to ensure the menu doesnt grow unbounded
// Some fudge numbers to ensure the menu does not grow unbounded
int maxLength = fontMetrics().averageCharWidth() * 140;
if (project) {