Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20f7c4d

Browse files
authoredSep 9, 2024··
fix(openthread): typo in commentaries
1 parent e5a0eaf commit 20f7c4d

File tree

1 file changed

+1
-1
lines changed
  • libraries/OpenThread/examples/SimpleThreadNetwork/LeaderNode

1 file changed

+1
-1
lines changed
 

‎libraries/OpenThread/examples/SimpleThreadNetwork/LeaderNode/LeaderNode.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void loop() {
5858
Serial.printf("%02x", extPanId->m8[i]);
5959
}
6060
Serial.println();
61-
// Nettwork Key
61+
// Network Key
6262
otNetworkKey networkKey;
6363
otThreadGetNetworkKey(aInstance, &networkKey);
6464
Serial.printf("Network Key: ");

0 commit comments

Comments
 (0)
Please sign in to comment.