From b0673c7fa6e7f66d9c76a5f66c3d209579a759f1 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 28 Aug 2020 18:47:11 +0200 Subject: [PATCH] typo fixes --- parameters/ParameterHelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parameters/ParameterHelper.h b/parameters/ParameterHelper.h index 6b06ffdc..595b4bc5 100644 --- a/parameters/ParameterHelper.h +++ b/parameters/ParameterHelper.h @@ -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 {