libdevdctl: minor spelling fixes.

This commit is contained in:
Pedro F. Giffuni 2016-05-30 19:25:00 +00:00
parent 3d48d25be7
commit c2b4f3c940

View File

@ -170,7 +170,7 @@ class Event
Type GetType() const; Type GetType() const;
/** /**
* Get the orginal DevdCtl event string for this event. * Get the original DevdCtl event string for this event.
* *
* \return The DevdCtl event string. * \return The DevdCtl event string.
*/ */
@ -267,7 +267,7 @@ class Event
* \note Although stored by reference (since m_nvPairs can * \note Although stored by reference (since m_nvPairs can
* never be NULL), the NVPairMap referenced by this field * never be NULL), the NVPairMap referenced by this field
* is dynamically allocated and owned by this event object. * is dynamically allocated and owned by this event object.
* m_nvPairs must be deleted at event desctruction. * m_nvPairs must be deleted at event destruction.
*/ */
NVPairMap &m_nvPairs; NVPairMap &m_nvPairs;