diff options
| author | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-11-18 13:28:35 +0100 |
|---|---|---|
| committer | Ionut Andrei Oanca <oancaionutandrei@gmail.com> | 2020-11-18 13:28:35 +0100 |
| commit | 9c20701cf62a7a39235b0b4d4471297770432670 (patch) | |
| tree | 220d88e7eb4bb0a19daa669d152a5122097bf94b /Emby.Server.Implementations/SyncPlay | |
| parent | 426e258f1fb9b0e92d32b64f860f82778f11ddd6 (diff) | |
Correct typos
Diffstat (limited to 'Emby.Server.Implementations/SyncPlay')
| -rw-r--r-- | Emby.Server.Implementations/SyncPlay/GroupController.cs | 3 | ||||
| -rw-r--r-- | 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 4efc671ff..31df8404b 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<string, GroupMember>(StringComparer.OrdinalIgnoreCase); /// <summary> - /// Internal group state. + /// The internal group state. /// </summary> - /// <value>The group's state.</value> private IGroupState _state; /// <summary> diff --git a/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs b/Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs index 4df8e3ba7..73bcced8a 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<Guid, IGroupController>(); /// <summary> - /// Lock used for accesing the list of groups. + /// Lock used for accessing the list of groups. /// </summary> private readonly object _groupsLock = new object(); /// <summary> - /// Lock used for accesing the session-to-group map. + /// Lock used for accessing the session-to-group map. /// </summary> private readonly object _mapsLock = new object(); |
