aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/INetworkManager.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2022-07-19 21:53:10 +0200
committerShadowghost <Ghost_of_Stone@web.de>2022-07-19 21:53:10 +0200
commit997aa3f1e74d6bbe4f9f928e1162638d75feb12e (patch)
tree6553ced1a8668a9a625e847953b1fdce19aa53c2 /MediaBrowser.Common/Net/INetworkManager.cs
parent066db8ac7fcece0ab3420b6b6c03e420d22c7306 (diff)
Fix build
Diffstat (limited to 'MediaBrowser.Common/Net/INetworkManager.cs')
-rw-r--r--MediaBrowser.Common/Net/INetworkManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs
index fdf42bdbc..9f4853557 100644
--- a/MediaBrowser.Common/Net/INetworkManager.cs
+++ b/MediaBrowser.Common/Net/INetworkManager.cs
@@ -18,12 +18,12 @@ namespace MediaBrowser.Common.Net
event EventHandler NetworkChanged;
/// <summary>
- /// Gets a value indicating whether iP6 is enabled.
+ /// Gets a value indicating whether IPv6 is enabled.
/// </summary>
bool IsIpv6Enabled { get; }
/// <summary>
- /// Gets a value indicating whether iP4 is enabled.
+ /// Gets a value indicating whether IPv4 is enabled.
/// </summary>
bool IsIpv4Enabled { get; }