Correct typos
This commit is contained in:
parent
426e258f1f
commit
9c20701cf6
|
@ -57,9 +57,8 @@ namespace Emby.Server.Implementations.SyncPlay
|
||||||
new Dictionary<string, GroupMember>(StringComparer.OrdinalIgnoreCase);
|
new Dictionary<string, GroupMember>(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Internal group state.
|
/// The internal group state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The group's state.</value>
|
|
||||||
private IGroupState _state;
|
private IGroupState _state;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -54,12 +54,12 @@ namespace Emby.Server.Implementations.SyncPlay
|
||||||
new Dictionary<Guid, IGroupController>();
|
new Dictionary<Guid, IGroupController>();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lock used for accesing the list of groups.
|
/// Lock used for accessing the list of groups.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly object _groupsLock = new object();
|
private readonly object _groupsLock = new object();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lock used for accesing the session-to-group map.
|
/// Lock used for accessing the session-to-group map.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly object _mapsLock = new object();
|
private readonly object _mapsLock = new object();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user