aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-05-17 20:44:44 +0100
committerGitHub <noreply@github.com>2020-05-17 20:44:44 +0100
commit3a5333228fc28c511c7a2d44ea0bc036c0474ccf (patch)
treee5425cc8d6062501f25e44fa7e24bfb645e1a52e
parentd5a924772b0b25808beb3405a041a037bbc679c8 (diff)
Update Emby.Server.Implementations/Networking/NetworkManager.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
-rw-r--r--Emby.Server.Implementations/Networking/NetworkManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Networking/NetworkManager.cs b/Emby.Server.Implementations/Networking/NetworkManager.cs
index b14b84541..f2cbdbaa5 100644
--- a/Emby.Server.Implementations/Networking/NetworkManager.cs
+++ b/Emby.Server.Implementations/Networking/NetworkManager.cs
@@ -200,7 +200,7 @@ namespace Emby.Server.Implementations.Networking
}
/// <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 give address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
/// </summary>
/// <param name="address">IPAddress version of the address.</param>
/// <param name="addressString">The address to check.</param>