Skip to content
Snippets Groups Projects
Commit 674e7c9b authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlProjectManager: Fix spelling


Change-Id: Ia03bb14c7e19090fa71ebf35597539a254bcb308
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 5fd58a32
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ QmlProjectItem *QmlProjectFileFormat::parseProjectFile(const QString &fileName,
setupFileFilterItem(cssFileFilterItem, childNode);
projectItem->appendContent(cssFileFilterItem);
} else {
qWarning() << "Unkwown type:" << childNode->name();
qWarning() << "Unknown type:" << childNode->name();
}
}
return projectItem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment