Fix comment spelling errors

.. lots of them !
This commit is contained in:
Claus Assmann
2014-11-24 15:37:56 +00:00
committed by Mark Liversedge
parent 1cd85fa415
commit 35eb416bd2
70 changed files with 279 additions and 198 deletions

View File

@@ -563,7 +563,7 @@ void DialWindow::seriesChanged()
break;
}
// ugh. we use style sheets becuase palettes don't work on labels
// ugh. we use style sheets because palettes don't work on labels
background = GColor(CTRAINPLOTBACKGROUND);
setProperty("color", background);
QString sh = QString("QLabel { background: %1; color: %2; }")