Fixed spelling errors from krazy (all in comments or debug/warnings, no strings)

This commit is contained in:
Aaron Reichman 2011-02-07 12:29:08 -08:00
parent 45a8784f4c
commit 4037ced032
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ void PlasmaKPartCorona::evaluateScripts(const QStringList &scripts)
void PlasmaKPartCorona::printScriptError(const QString &error)
{
kWarning() << "Startup script errror:" << error;
kWarning() << "Startup script error:" << error;
}
void PlasmaKPartCorona::printScriptMessage(const QString &error)

View File

@ -86,7 +86,7 @@ bool DeclarativeAppletScript::init()
//FIXME: probably to be removed, would make possible to use native code from within the package :/
//m_declarativeWidget->engine()->addImportPath(package()->path()+"/contents/imports");
//use our own custom network access manager that will acces Plasma packages and to manage security (i.e. deny access to remote stuff when the proper extension isn't enabled
//use our own custom network access manager that will access Plasma packages and to manage security (i.e. deny access to remote stuff when the proper extension isn't enabled
m_declarativeWidget->engine()->setNetworkAccessManagerFactory(new PackageAccessManagerFactory(package(), &m_auth));
m_declarativeWidget->setQmlPath(mainScript());