typo fixes

This commit is contained in:
Robin Müller 2020-08-28 18:47:11 +02:00
parent b6a19f911d
commit b0673c7fa6
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
#include "../ipc/MessageQueueIF.h"
/**
* @brief Helper class to handle parameter messages
* @brief Helper class to handle parameter messages.
* @details
* This class simplfiies handling of parameter messages, which are sent
* This class simplfies handling of parameter messages, which are sent
* to a class which implements ReceivesParameterMessagesIF.
*/
class ParameterHelper {