Skip to content

Commit

Permalink
Merge pull request eclipse-wakaama#290 from scop/spelling
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
dnav committed May 24, 2017
2 parents 3abb352 + 185ec56 commit b21b7fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The lwm2mclient features nine LWM2M objects:
Object | ID | Instances | Mandatoty |
Test | 1024 | Yes | No |

Ressources:
Resources:
Supported Multiple
Name | ID | Operations | Instances | Mandatory | Type | Range |
test | 1 | R/W | No | Yes | Integer | 0-255 |
Expand Down
6 changes: 4 additions & 2 deletions core/liblwm2m.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* Julien Vermillard - Please refer to git log
* Bosch Software Innovations GmbH - Please refer to git log
* Pascal Rieux - Please refer to git log
* Ville Skyttä - Please refer to git log
*
*******************************************************************************/

/*
Expand Down Expand Up @@ -168,7 +170,7 @@ bool lwm2m_session_is_equal(void * session1, void * session2, void * userData);
#define LWM2M_CONN_STATS_OBJECT_ID 7

/*
* Ressource IDs for the LWM2M Security Object
* Resource IDs for the LWM2M Security Object
*/
#define LWM2M_SECURITY_URI_ID 0
#define LWM2M_SECURITY_BOOTSTRAP_ID 1
Expand All @@ -185,7 +187,7 @@ bool lwm2m_session_is_equal(void * session1, void * session2, void * userData);
#define LWM2M_SECURITY_BOOTSTRAP_TIMEOUT_ID 12

/*
* Ressource IDs for the LWM2M Server Object
* Resource IDs for the LWM2M Server Object
*/
#define LWM2M_SERVER_SHORT_ID_ID 0
#define LWM2M_SERVER_LIFETIME_ID 1
Expand Down
3 changes: 2 additions & 1 deletion examples/client/test_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Axel Lorente - Please refer to git log
* Achim Kraus, Bosch Software Innovations GmbH - Please refer to git log
* Pascal Rieux - Please refer to git log
* Ville Skyttä - Please refer to git log
*
*******************************************************************************/

Expand Down Expand Up @@ -57,7 +58,7 @@
* Object | ID | Instances | Mandatoty |
* Test | 1024 | Yes | No |
*
* Ressources:
* Resources:
* Supported Multiple
* Name | ID | Operations | Instances | Mandatory | Type | Range | Units | Description |
* test | 1 | R/W | No | Yes | Integer | 0-255 | | |
Expand Down
3 changes: 2 additions & 1 deletion examples/lightclient/test_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Axel Lorente - Please refer to git log
* Achim Kraus, Bosch Software Innovations GmbH - Please refer to git log
* Pascal Rieux - Please refer to git log
* Ville Skyttä - Please refer to git log
*
*******************************************************************************/

Expand Down Expand Up @@ -57,7 +58,7 @@
* Object | ID | Instances | Mandatoty |
* Test | 1024 | Yes | No |
*
* Ressources:
* Resources:
* Supported Multiple
* Name | ID | Operations | Instances | Mandatory | Type | Range | Units | Description |
* test | 1 | R/W | No | Yes | Integer | 0-255 | | |
Expand Down

0 comments on commit b21b7fb

Please sign in to comment.