Skip to content

Commit 5bf8a2e

Browse files
Fix spelling of MacAddress property (#205)
***NO_CI***
1 parent 26a437c commit 5bf8a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ internal WirelessAPStation(byte[] mac, sbyte rssi, PhyProtocols phyp)
5454
}
5555

5656
/// <summary>
57-
/// Returns the MAc address of the connected Client.
57+
/// Returns the MAC address of the connected Client.
5858
/// </summary>
59-
public byte[] MacAddres { get => _macAddress; }
59+
public byte[] MacAddress { get => _macAddress; }
6060

6161
/// <summary>
6262
/// Returns the Received signal strength indication(RSSI) of connected Client.

0 commit comments

Comments
 (0)