Quellcode durchsuchen

Typo

Co-authored-by: Cody Robibero <cody@robibe.ro>
gnattu vor 4 Monaten
Ursprung
Commit
9aec576c76
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      MediaBrowser.Common/Net/NetworkUtils.cs

+ 1 - 1
MediaBrowser.Common/Net/NetworkUtils.cs

@@ -333,7 +333,7 @@ public static partial class NetworkUtils
     /// <param name="network">The <see cref="IPNetwork"/>.</param>
     /// <param name="network">The <see cref="IPNetwork"/>.</param>
     /// <param name="address">The <see cref="IPAddress"/>.</param>
     /// <param name="address">The <see cref="IPAddress"/>.</param>
     /// <returns>Whether the supplied IP is in the supplied network.</returns>
     /// <returns>Whether the supplied IP is in the supplied network.</returns>
-    public static bool SubNetContainsAddress(IPNetwork network, IPAddress address)
+    public static bool SubnetContainsAddress(IPNetwork network, IPAddress address)
     {
     {
         ArgumentNullException.ThrowIfNull(address);
         ArgumentNullException.ThrowIfNull(address);
         ArgumentNullException.ThrowIfNull(network);
         ArgumentNullException.ThrowIfNull(network);