aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-11-09 19:53:21 +0100
committerGitHub <noreply@github.com>2021-11-09 19:53:21 +0100
commitc3523e7cf7cd04a3a6ee146562a23d6491f272ff (patch)
treeb0171bbbce502bfd6f769b0f47c18a9b8018b6be /tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs
parentc50c9c3dbfcd61fd9a3a5aa682f446e0a395ac56 (diff)
parent1c47211a9eacff0b7a2fafe80c39a9650e17a357 (diff)
Merge pull request #5905 from BaronGreenback/TVFix
Fix for Livetv and DLNA when bind interfaces specified.
Diffstat (limited to 'tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs')
-rw-r--r--tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs b/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs
index 1cad625b7..61f913252 100644
--- a/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs
+++ b/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs
@@ -34,7 +34,7 @@ namespace Jellyfin.Networking.Tests
}
/// <summary>
- /// Checks that thge given IP address is not in the network provided.
+ /// Checks that the given IP address is not in the network provided.
/// </summary>
/// <param name="network">Network address(es).</param>
/// <param name="value">The IP to check.</param>