diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 16:18:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 16:18:39 +0100 |
| commit | 68d08e94fded259adc2b2cd3d9379d6ab1e8b384 (patch) | |
| tree | 57e1ce958fa83647de9863cf0403fe8d2255c7e4 | |
| parent | 7b4b101ecacb6026cf2ca4142f0ca0fbb0f637fd (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 2206fabad..878ea30fc 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1041,7 +1041,7 @@ namespace Emby.Server.Implementations } /// <summary> - /// Returns a list of plugsin to install. + /// Returns a list of plugins to install. /// </summary> /// <param name="path">Path to check.</param> /// <param name="cleanup">True if an attempt should be made to delete old plugs.</param> |
