Explorar o código

Typo

Co-authored-by: Cody Robibero <cody@robibe.ro>
gnattu hai 4 meses
pai
achega
070d04c1b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Jellyfin.Networking/Manager/NetworkManager.cs

+ 1 - 1
src/Jellyfin.Networking/Manager/NetworkManager.cs

@@ -909,7 +909,7 @@ public class NetworkManager : INetworkManager, IDisposable
         return NetworkConstants.IPv4RFC3927LinkLocal.Contains(address) || address.IsIPv6LinkLocal;
     }
 
-    private static bool SubNetContainsAddress(IPNetwork network, IPAddress address)
+    private static bool SubnetContainsAddress(IPNetwork network, IPAddress address)
     {
         ArgumentNullException.ThrowIfNull(address);
         ArgumentNullException.ThrowIfNull(network);