diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-05-17 20:43:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-17 20:43:54 +0100 |
| commit | 61e65d032ecb1d2bf614e018f4a0dd925300cfde (patch) | |
| tree | cf6d400c83176efab97dc364eda8f31b91776117 | |
| parent | 8a69300bf55bdf323ceabf68b2888dab3040e883 (diff) | |
Update MediaBrowser.Common/Net/INetworkManager.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
| -rw-r--r-- | MediaBrowser.Common/Net/INetworkManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 19314ada8..783b7c60c 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -62,7 +62,7 @@ namespace MediaBrowser.Common.Net IPAddress[] GetLocalIpAddresses(); /// <summary> - /// Checks if the give address false within the ranges givin in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format. + /// Checks if the given address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format. /// </summary> /// <param name="addressString">The address to check</param> /// <param name="subnets">If true, check against addresses in the LAN settings which have [] arroud and return true if it matches the address give in address</param> |
