Skip to content

Commit

Permalink
fixup! doc: Fix LwM2M spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichschnidi committed Nov 27, 2024
1 parent 0fbc73f commit 24ca0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/client/object_location.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ void location_setLocationAtTime(lwm2m_object_t* locationObj,
}

/**
* This function creates the LwM2M Location.
* @return gives back allocated LwM2M data object structure pointer. On error,
* This function creates the LwM2M Location.
* @return gives back allocated LwM2M data object structure pointer. On error,
* NULL value is returned.
*/
lwm2m_object_t * get_object_location(void)
Expand Down

0 comments on commit 24ca0e7

Please sign in to comment.