From 1002e90262b8ee18320938e518a70d0a3294a9a5 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 8 Nov 2021 18:53:00 +0000 Subject: [PATCH] Update WirelessAPStation.cs Fix spelling mistake wth MacAddress --- .../NetworkInformation/WirelessAPStation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.