aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking/Manager/NetworkManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-08-22 17:50:42 +0200
committerGitHub <noreply@github.com>2022-08-22 17:50:42 +0200
commite1e4ac75e4b2ef84e817f3ebe0d14f52e7249b41 (patch)
treec299708f087282f484c698b07daf6aad995b20ed /Jellyfin.Networking/Manager/NetworkManager.cs
parentc45c8bdec727abdef0a610ea70790c578de4fff8 (diff)
parent9ec2870b1034e0b64ebde3e29a3779c7f6bb2ac4 (diff)
Merge pull request #8267 from luzpaz/typos
Diffstat (limited to 'Jellyfin.Networking/Manager/NetworkManager.cs')
-rw-r--r--Jellyfin.Networking/Manager/NetworkManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs
index 4b7b87814..fd0665dbd 100644
--- a/Jellyfin.Networking/Manager/NetworkManager.cs
+++ b/Jellyfin.Networking/Manager/NetworkManager.cs
@@ -944,7 +944,7 @@ namespace Jellyfin.Networking.Manager
// Add virtual machine interface names to the list of bind exclusions, so that they are auto-excluded.
if (config.IgnoreVirtualInterfaces)
{
- // each virtual interface name must be pre-pended with the exclusion symbol !
+ // each virtual interface name must be prepended with the exclusion symbol !
var virtualInterfaceNames = config.VirtualInterfaceNames.Split(',').Select(p => "!" + p).ToArray();
if (lanAddresses.Length > 0)
{