Fix typos in XML documentation comments (#15997)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
OpenAPI / OpenAPI - HEAD (push) Waiting to run
OpenAPI / OpenAPI - BASE (push) Waiting to run
OpenAPI / OpenAPI - Difference (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Unstable Spec (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Stable Spec (push) Blocked by required conditions
Tests / run-tests (macos-latest) (push) Waiting to run
Tests / run-tests (ubuntu-latest) (push) Waiting to run
Tests / run-tests (windows-latest) (push) Waiting to run
Project Automation / Project board (push) Waiting to run
Merge Conflict Labeler / Labeling (push) Waiting to run

* Fix typos in XML documentation comments

* Update src/Jellyfin.Networking/Manager/NetworkManager.cs

---------

Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Vignesh Skanda 2026-01-18 22:52:51 +05:30 committed by GitHub
parent fb32709259
commit d1c97b8e1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@ public class NetworkManager : INetworkManager, IDisposable
public static string MockNetworkSettings { get; set; } = string.Empty; public static string MockNetworkSettings { get; set; } = string.Empty;
/// <summary> /// <summary>
/// Gets a value indicating whether IP4 is enabled. /// Gets a value indicating whether IPv4 is enabled.
/// </summary> /// </summary>
public bool IsIPv4Enabled => _configurationManager.GetNetworkConfiguration().EnableIPv4; public bool IsIPv4Enabled => _configurationManager.GetNetworkConfiguration().EnableIPv4;
@ -361,7 +361,7 @@ public class NetworkManager : INetworkManager, IDisposable
} }
/// <summary> /// <summary>
/// Filteres a list of bind addresses and exclusions on available interfaces. /// Filters a list of bind addresses and exclusions on available interfaces.
/// </summary> /// </summary>
/// <param name="config">The network config to be filtered by.</param> /// <param name="config">The network config to be filtered by.</param>
/// <param name="interfaces">A list of possible interfaces to be filtered.</param> /// <param name="interfaces">A list of possible interfaces to be filtered.</param>