Explorar el Código

Update AggregateFolder.cs

Rich Lander hace 3 años
padre
commit
e72868f72b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Controller/Entities/AggregateFolder.cs

+ 1 - 1
MediaBrowser.Controller/Entities/AggregateFolder.cs

@@ -18,7 +18,7 @@ namespace MediaBrowser.Controller.Entities
 {
     /// <summary>
     /// Specialized folder that can have items added to it's children by external entities.
-    /// Used for our RootFolder so plug-ins can add items.
+    /// Used for our RootFolder so plugins can add items.
     /// </summary>
     public class AggregateFolder : Folder
     {