diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs
index 19314ada8b..783b7c60c1 100644
--- a/MediaBrowser.Common/Net/INetworkManager.cs
+++ b/MediaBrowser.Common/Net/INetworkManager.cs
@@ -62,7 +62,7 @@ namespace MediaBrowser.Common.Net
IPAddress[] GetLocalIpAddresses();
///
- /// 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.
///
/// The address to check
/// If true, check against addresses in the LAN settings which have [] arroud and return true if it matches the address give in address