소스 검색

Correct typos

Ionut Andrei Oanca 4 년 전
부모
커밋
9c20701cf6
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      Emby.Server.Implementations/SyncPlay/GroupController.cs
  2. 2 2
      Emby.Server.Implementations/SyncPlay/SyncPlayManager.cs

+ 1 - 2
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>

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