From: Luciano Montanaro Date: Wed, 25 Sep 2013 22:44:31 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: tags/0.6.0~26 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=ebd1695153b1816b921b2e79c7fa70f7cd48b35c;p=quandoparte Fix a typo in a comment --- diff --git a/application/view.cpp b/application/view.cpp index 9eebee1..3e57d80 100644 --- a/application/view.cpp +++ b/application/view.cpp @@ -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"));