File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments