소스 검색

Update MediaBrowser.Common/Net/INetworkManager.cs

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
BaronGreenback 5 년 전
부모
커밋
61e65d032e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Common/Net/INetworkManager.cs

+ 1 - 1
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>