mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 07:06:18 +00:00
Fix typos in XML documentation comments (#15997)
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
* 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:
@@ -114,7 +114,7 @@ public class NetworkManager : INetworkManager, IDisposable
|
||||
public static string MockNetworkSettings { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether IP4 is enabled.
|
||||
/// Gets a value indicating whether IPv4 is enabled.
|
||||
/// </summary>
|
||||
public bool IsIPv4Enabled => _configurationManager.GetNetworkConfiguration().EnableIPv4;
|
||||
|
||||
@@ -361,7 +361,7 @@ public class NetworkManager : INetworkManager, IDisposable
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Filteres a list of bind addresses and exclusions on available interfaces.
|
||||
/// Filters a list of bind addresses and exclusions on available interfaces.
|
||||
/// </summary>
|
||||
/// <param name="config">The network config to be filtered by.</param>
|
||||
/// <param name="interfaces">A list of possible interfaces to be filtered.</param>
|
||||
|
||||
Reference in New Issue
Block a user