From acc45b7307d9b01a152ebc05e84f81e3672f2169 Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Mon, 7 Dec 2020 22:29:19 +0000 Subject: [PATCH] Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs Co-authored-by: Cody Robibero --- Jellyfin.Networking/Configuration/NetworkConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs index 730fc498cd..df420f48a2 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; } /// - /// Gets or sets the Upublic mapped port. + /// Gets or sets the public mapped port. /// /// The public mapped port. public int PublicPort { get; set; } = DefaultHttpPort;