diff --git a/src/vscp/common/mdf.h b/src/vscp/common/mdf.h index 7f9f95408..47b901e4f 100644 --- a/src/vscp/common/mdf.h +++ b/src/vscp/common/mdf.h @@ -315,7 +315,7 @@ class CMDF_Value : public CMDF_Object { private: std::string m_name; - std::string m_strValue; // String because used for remote variabels also + std::string m_strValue; // String because used for remote variabels also std::map m_mapDescription; std::map m_mapInfoURL; // Item help text or URL }; @@ -3989,7 +3989,7 @@ class CMDF : public CMDF_Object { std::deque *getAlarmList() { return &m_list_alarm; }; /*! - Get the alarm list + Get the alarm list bits (Alternative consistent with other bit list getters) @return Pointer to the alarm list. */