diff --git a/src/fontshelpers.cpp b/src/fontshelpers.cpp --- a/src/fontshelpers.cpp +++ b/src/fontshelpers.cpp @@ -54,7 +54,7 @@ f.setStyleName(fontStyle); f.setPointSize(fontSize); } else { - qWarning() << "Couldn't figure out syle and size" << font; + qWarning() << "Couldn't figure out style and size" << font; } return f; } diff --git a/src/thread.cpp b/src/thread.cpp --- a/src/thread.cpp +++ b/src/thread.cpp @@ -166,7 +166,7 @@ QUrl tempUrl = QUrl::fromLocalFile(temporal.path()); // qDebug() << "Deleting temps. Successful:" << success; if(KIO::del(tempUrl, KIO::HideProgressInfo)->exec()) { - qWarning() << "Cleaning was not succesful"; + qWarning() << "Cleaning was not successful"; } // else // qDebug() << "Cleanning complete." << temporal.path();