diff --git a/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs b/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs
index 87694a3..509dc60 100644
--- a/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs
+++ b/nanoFramework.System.Net/NetworkInformation/WirelessAPStation.cs
@@ -54,9 +54,9 @@ internal WirelessAPStation(byte[] mac, sbyte rssi, PhyProtocols phyp)
}
///
- /// Returns the MAc address of the connected Client.
+ /// Returns the MAC address of the connected Client.
///
- public byte[] MacAddres { get => _macAddress; }
+ public byte[] MacAddress { get => _macAddress; }
///
/// Returns the Received signal strength indication(RSSI) of connected Client.