Merge branch '3.6-rc'
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / Auth / Plugin.php
index 55a4e3916741c9a7d728a2c54ae0d5ba4f127eba..256e0c02a04e0bc40fc1223e965e33dbffa26534 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * This plugin provides Authentication for a WebDAV server.
+ * This addon provides Authentication for a WebDAV server.
  *
  * It relies on a Backend object, which provides user information.
  *
@@ -52,7 +52,7 @@ class Sabre_DAV_Auth_Plugin extends Sabre_DAV_ServerPlugin {
     }
 
     /**
-     * Initializes the plugin. This function is automatically called by the server
+     * Initializes the addon. This function is automatically called by the server
      *
      * @param Sabre_DAV_Server $server
      * @return void
@@ -65,9 +65,9 @@ class Sabre_DAV_Auth_Plugin extends Sabre_DAV_ServerPlugin {
     }
 
     /**
-     * Returns a plugin name.
+     * Returns a addon name.
      *
-     * Using this name other plugins will be able to access other plugins
+     * Using this name other addons will be able to access other addons
      * using Sabre_DAV_Server::getPlugin
      *
      * @return string