@@ -1594,7 +1594,7 @@ class Attribute
15941594/* *
15951595 * Fire a change event for the attribute value. The event is pushed to the notification
15961596 * daemon.
1597- * The attibute data must be set with one of the Attribute::set_value or
1597+ * The attribute data must be set with one of the Attribute::set_value or
15981598 * Attribute::setvalue_date_quality methods before fireing the event.
15991599 * The event is triggered with or without the change event criteria depending
16001600 * on the configuration choosen with set_change_event().
@@ -1652,7 +1652,7 @@ class Attribute
16521652/* *
16531653 * Fire an archive event for the attribute value. The event is pushed to the notification
16541654 * daemon.
1655- * The attibute data must be set with one of the Attribute::set_value or
1655+ * The attribute data must be set with one of the Attribute::set_value or
16561656 * Attribute::setvalue_date_quality methods before fireing the event.
16571657 * The event is triggered with or without the archive event criteria depending
16581658 * on the configuration choosen with set_archive_event().
@@ -1724,7 +1724,7 @@ class Attribute
17241724/* *
17251725 * Fire a user event for the attribute value. The event is pushed to the notification
17261726 * daemon.
1727- * The attibute data must be set with one of the Attribute::set_value or
1727+ * The attribute data must be set with one of the Attribute::set_value or
17281728 * Attribute::setvalue_date_quality methods before fireing the event.
17291729 * ATTENTION: The couple set_value() and fire_event() needs to be protected
17301730 * against concurrent accesses to the same attribute. Such an access might happen during
0 commit comments