diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-12-10 16:22:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 16:22:03 +0100 |
| commit | affb58ef9e11f7f14192c76074b1199604f6bd67 (patch) | |
| tree | ae95757f09c725d470791fbaf36b6015c58a898d /Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | |
| parent | 42ffddc26932bcf2da762bf4fe1ec4bdc42e8166 (diff) | |
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs index f5ca8e144..edf68cf7c 100644 --- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs +++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs @@ -351,7 +351,7 @@ namespace Emby.Server.Implementations.AppBase } /// <summary> - /// Event handler for when a named configuration got updates. + /// Event handler for when a named configuration has been updated. /// </summary> /// <param name="key">The key of the configuration.</param> /// <param name="configuration">The old configuration.</param> |
