aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-05-17 20:44:19 +0100
committerGitHub <noreply@github.com>2020-05-17 20:44:19 +0100
commit5e1be0d4f0ac6ec4aa5f30ab617b544a38420c1a (patch)
tree0ca24654af55c09c058a90da9188a0f951a4be94 /MediaBrowser.Common
parent61e65d032ecb1d2bf614e018f4a0dd925300cfde (diff)
Update MediaBrowser.Common/Net/INetworkManager.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/Net/INetworkManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs
index 783b7c60c..1fec0390d 100644
--- a/MediaBrowser.Common/Net/INetworkManager.cs
+++ b/MediaBrowser.Common/Net/INetworkManager.cs
@@ -65,7 +65,7 @@ namespace MediaBrowser.Common.Net
/// 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>
+ /// <param name="subnets">If true, check against addresses in the LAN settings surrounded by brackets ([])</param>
/// <returns><c>false</c>if the address isn't in the subnets, <c>true</c> otherwise</returns>
bool IsAddressInSubnets(string addressString, string[] subnets);