diff --git a/lib/libdevdctl/event.h b/lib/libdevdctl/event.h index 796029a60e27..74ee3f7fd872 100644 --- a/lib/libdevdctl/event.h +++ b/lib/libdevdctl/event.h @@ -170,7 +170,7 @@ class Event 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. */ @@ -267,7 +267,7 @@ class Event * \note Although stored by reference (since m_nvPairs can * never be NULL), the NVPairMap referenced by this field * 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;