Index: sources/model/MAbstract.cpp =================================================================== diff -u -r15de0cd12dad1ea5107c52e5ed89280bc9e29b1d -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision 15de0cd12dad1ea5107c52e5ed89280bc9e29b1d) +++ sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -22,8 +22,8 @@ /*! * \brief MAbstract::toVariantList - * \details Currnet values of the model data will be listed in a QVariantList vData. - * It has been mostly been used for debugging with the Generic onAcitonRecived which has the QVariantList as the signal parameter. + * \details Current values of the model data will be listed in a QVariantList vData. + * It has been mostly been used for debugging with the Generic onActionReceived which has the QVariantList as the signal parameter. * \param vData - The output data of the QVariantList */ void MAbstract::toVariantList(QVariantList &vData) const {