Index: sources/gui/GuiView.cpp =================================================================== diff -u -r61f16c988a159401c92730b4cbfca5085c77222f -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/gui/GuiView.cpp (.../GuiView.cpp) (revision 61f16c988a159401c92730b4cbfca5085c77222f) +++ sources/gui/GuiView.cpp (.../GuiView.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -43,7 +43,7 @@ connect(&_GuiController, SIGNAL(didActionReceive (GuiActionType, const QVariantList &)), this , SLOT( onActionReceive (GuiActionType, const QVariantList &))); - // since we don't have access to this object because it is created in QML. + // since we do not have access to this object because it is created in QML. // Connection to the GuiController made here // It should be defined in the class which wants to connect to signal. connect(this , SIGNAL(didActionTransmit(GuiActionType,const QVariantList &)),