Skip to content

Commit 0dc4e02

Browse files
author
Alberto Gallegos Ramonet
committed
zigbee: Fix typo in doxygen doc
1 parent 4c11d64 commit 0dc4e02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/zigbee/model/zigbee-nwk.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ class ZigbeeNwk : public Object
11911191
NlmeNetworkFormationRequestParams m_netFormParams;
11921192

11931193
/**
1194-
* The values temporally stored as a result of the initial steps of a
1194+
* The values temporarily stored as a result of the initial steps of a
11951195
* NLME-NETWORK-FORMATION.request (i.e. after the first energy scan)
11961196
* Page, Channel, PanId.
11971197
*/
@@ -1205,19 +1205,19 @@ class ZigbeeNwk : public Object
12051205
NlmeJoinRequestParams m_joinParams;
12061206

12071207
/**
1208-
* Temporally store the NLME-JOIN.indication parameters while the
1208+
* Temporarily store the NLME-JOIN.indication parameters while the
12091209
* join operations (asocciation) conclude in the coordinator or router.
12101210
*/
12111211
NlmeJoinIndicationParams m_joinIndParams;
12121212

12131213
/**
1214-
* Temporally store the NLME-START-ROUTER.request parameters during
1214+
* Temporarily store the NLME-START-ROUTER.request parameters during
12151215
* the router initialization process.
12161216
*/
12171217
NlmeStartRouterRequestParams m_startRouterParams;
12181218

12191219
/**
1220-
* Temporally store parameters during the associate process that take
1220+
* Temporarily store parameters during the associate process that take
12211221
* place during a NLME-JOIN.request.
12221222
*/
12231223
AssociateParams m_associateParams;

0 commit comments

Comments
 (0)