Fix typos

This commit is contained in:
Sebastian Kügler 2013-03-16 01:01:54 +01:00
parent b9942926ed
commit 6b3a49df98

View File

@ -63,7 +63,7 @@ QRectF AppInterface::screenGeometry(int screen) const
QList<int> AppInterface::activityIds() const
{
//FIXME: the ints could overflow since Applet::id() returns a uint,
// however QScript deals with QList<uint> very, very poory
// however QScript deals with QList<uint> very, very poorly
QList<int> containments;
foreach (Plasma::Containment *c, m_env->corona()->containments()) {
@ -78,7 +78,7 @@ QList<int> AppInterface::activityIds() const
QList<int> AppInterface::panelIds() const
{
//FIXME: the ints could overflow since Applet::id() returns a uint,
// however QScript deals with QList<uint> very, very poory
// however QScript deals with QList<uint> very, very poorly
QList<int> panels;
foreach (Plasma::Containment *c, m_env->corona()->containments()) {