Skip to content

Commit

Permalink
zigbee: Fix typo in doxygen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Gallegos Ramonet committed Jan 30, 2025
1 parent 4c11d64 commit 0dc4e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/zigbee/model/zigbee-nwk.h
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ class ZigbeeNwk : public Object
NlmeNetworkFormationRequestParams m_netFormParams;

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

/**
* Temporally store the NLME-JOIN.indication parameters while the
* Temporarily store the NLME-JOIN.indication parameters while the
* join operations (asocciation) conclude in the coordinator or router.
*/
NlmeJoinIndicationParams m_joinIndParams;

/**
* Temporally store the NLME-START-ROUTER.request parameters during
* Temporarily store the NLME-START-ROUTER.request parameters during
* the router initialization process.
*/
NlmeStartRouterRequestParams m_startRouterParams;

/**
* Temporally store parameters during the associate process that take
* Temporarily store parameters during the associate process that take
* place during a NLME-JOIN.request.
*/
AssociateParams m_associateParams;
Expand Down

0 comments on commit 0dc4e02

Please sign in to comment.