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.
///
/// 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
+ /// If true, check against addresses in the LAN settings surrounded by brackets ([])
/// falseif the address isn't in the subnets, true otherwise
bool IsAddressInSubnets(string addressString, string[] subnets);