aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Configuration
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-12-10 16:22:03 +0100
committerGitHub <noreply@github.com>2019-12-10 16:22:03 +0100
commitaffb58ef9e11f7f14192c76074b1199604f6bd67 (patch)
treeae95757f09c725d470791fbaf36b6015c58a898d /Emby.Server.Implementations/Configuration
parent42ffddc26932bcf2da762bf4fe1ec4bdc42e8166 (diff)
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Configuration')
-rw-r--r--Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
index 4def7ca40..3d8d15d19 100644
--- a/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
+++ b/Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs
@@ -150,7 +150,7 @@ namespace Emby.Server.Implementations.Configuration
}
/// <summary>
- /// Sets all config values to the optimal value.
+ /// Sets all configuration values to their optimal values.
/// </summary>
/// <returns>If the configuration changed.</returns>
public bool SetOptimalValues()