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();