diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-24 23:54:48 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-26 17:13:45 +0100 |
| commit | 5741fa7dfa4b1e8e8cb1f977a7eb531b994b93ae (patch) | |
| tree | e00da3e6f0b2ac65047f9ddf7ff75e21b1cf78aa /tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs | |
| parent | 224c48821e8a1528d35bef0222c729ba2604521d (diff) | |
Fix url for LiveTV
Diffstat (limited to 'tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs')
| -rw-r--r-- | tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs b/tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs index 1cad625b73..61f9132528 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> |
