Index: sources/canbus/messageinterpreter.cpp =================================================================== diff -u -rd1907168ef46faa6de1ada400cad789f8379041f -rfe1cc7af9637a8485b6948b50eb5fb06e4c83740 --- sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision d1907168ef46faa6de1ada400cad789f8379041f) +++ sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision fe1cc7af9637a8485b6948b50eb5fb06e4c83740) @@ -36,7 +36,7 @@ /*! * \brief MessageInterpreter::notify - * \details Checks and Prepaires the model with the Message Data + * \details Checks and prepares the model with the Message Data * Regarding the type of message logs the message recived. * Notofies observers by emiting the didActionReceive( < Data > ) signal * \param vMessage - The Denali message @@ -55,7 +55,7 @@ tModel.toVariantList(vData); // coco begin validated : Tested manually. This code will never go false // because the isValidMessage is catching errors. - // only is checking here for developer safty if logic has changed. + // only is checking here for developer safety if logic has changed. if ( ! ok ) return false; // coco end emit didActionReceive(tModel.data());