Skip to content

Commit

Permalink
lib: Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vzh committed Feb 12, 2024
1 parent fc02d46 commit 3498ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblepton/src/component_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ lepton_component_object_get_position (const LeptonObject *object,
* \par Function Description
* This function checks if an object should be promoted.
* An attribute object is promotable if it's promoted by default, or the user
* has configered it to promote an attribute.
* has configured it to promote an attribute.
*
* \param [in] object The attribute object to check
* \return TRUE if the object is a eligible attribute, FALSE otherwise
Expand Down

0 comments on commit 3498ef4

Please sign in to comment.