aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-07 22:29:19 +0000
committerGitHub <noreply@github.com>2020-12-07 22:29:19 +0000
commitacc45b7307d9b01a152ebc05e84f81e3672f2169 (patch)
treeb5659646a273f203d5a6ec927f903f6df238c87f
parente34adc12d9ab15fa5126e0c0e3a625cea7940e7f (diff)
Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Jellyfin.Networking/Configuration/NetworkConfiguration.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
index 730fc498c..df420f48a 100644
--- a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
+++ b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
@@ -88,7 +88,7 @@ namespace Jellyfin.Networking.Configuration
public bool EnableHttps { get; set; }
/// <summary>
- /// Gets or sets the Upublic mapped port.
+ /// Gets or sets the public mapped port.
/// </summary>
/// <value>The public mapped port.</value>
public int PublicPort { get; set; } = DefaultHttpPort;