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;