소스 검색

Update Emby.Server.Implementations/Networking/NetworkManager.cs

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
BaronGreenback 5 년 전
부모
커밋
3a5333228f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Server.Implementations/Networking/NetworkManager.cs

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