Index: sources/model/MAbstract.cpp =================================================================== diff -u -r96d3da12ee7760f0d97fd7c2e9e89e56bcdcf6b1 -ree50b509107a743f6133a33371e18646ff9c10b2 --- sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision 96d3da12ee7760f0d97fd7c2e9e89e56bcdcf6b1) +++ sources/model/MAbstract.cpp (.../MAbstract.cpp) (revision ee50b509107a743f6133a33371e18646ff9c10b2) @@ -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 {