Fixes spelling.

This commit is contained in:
Greenback
2020-11-18 13:23:45 +00:00
parent 742966573d
commit e51ddd326c
21 changed files with 87 additions and 87 deletions

View File

@@ -51,7 +51,7 @@ namespace Emby.Server.Implementations.SyncPlay
new Dictionary<Guid, ISyncPlayController>();
/// <summary>
/// Lock used for accesing any group.
/// Lock used for accessing any group.
/// </summary>
private readonly object _groupsLock = new object();