Correct typos

This commit is contained in:
Ionut Andrei Oanca 2020-11-18 13:28:35 +01:00
parent 426e258f1f
commit 9c20701cf6
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

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