From 9c20701cf62a7a39235b0b4d4471297770432670 Mon Sep 17 00:00:00 2001 From: Ionut Andrei Oanca Date: Wed, 18 Nov 2020 13:28:35 +0100 Subject: [PATCH] Correct typos --- Emby.Server.Implementations/SyncPlay/GroupController.cs | 3 +-- Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Emby.Server.Implementations/SyncPlay/GroupController.cs b/Emby.Server.Implementations/SyncPlay/GroupController.cs index 4efc671ffa..31df8404b4 100644 --- a/Emby.Server.Implementations/SyncPlay/GroupController.cs +++ b/Emby.Server.Implementations/SyncPlay/GroupController.cs @@ -57,9 +57,8 @@ namespace Emby.Server.Implementations.SyncPlay new Dictionary(StringComparer.OrdinalIgnoreCase); /// - /// Internal group state. + /// The internal group state. /// - /// The group's state. private IGroupState _state; /// diff --git a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs index 4df8e3ba77..73bcced8ad 100644 --- a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs +++ b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs @@ -54,12 +54,12 @@ namespace Emby.Server.Implementations.SyncPlay new Dictionary(); /// - /// Lock used for accesing the list of groups. + /// Lock used for accessing the list of groups. /// private readonly object _groupsLock = new object(); /// - /// Lock used for accesing the session-to-group map. + /// Lock used for accessing the session-to-group map. /// private readonly object _mapsLock = new object();