Fix a typo in a comment
authorLuciano Montanaro <mikelima@cirulla.net>
Wed, 25 Sep 2013 22:44:31 +0000 (00:44 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Wed, 25 Sep 2013 22:44:31 +0000 (00:44 +0200)
application/view.cpp

index 9eebee1..3e57d80 100644 (file)
@@ -85,7 +85,7 @@ View::View(QWidget *parent) :
     context->setContextProperty("stationList", stationListModel);
     context->setContextProperty("stationListProxyModel", stationListProxyModel);
 
-    // This does not seem ot work in harmattan. As a workaround, change dir to
+    // This does not seem to work in harmattan. As a workaround, change dir to
     // the qml dir, then load the file.
     // m_view->setSource(QUrl::fromLocalFile("qml:main.qml"));
     setSource(trueFilePath("qml:main.qml"));