瀏覽代碼

fix spelling

theshka 9 年之前
父節點
當前提交
fe83d1fa7f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/AbstractPicoPlugin.php

+ 2 - 2
lib/AbstractPicoPlugin.php

@@ -39,7 +39,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     protected $statusChanged = false;
     protected $statusChanged = false;
 
 
     /**
     /**
-     * List of plugins this plugin depends on
+     * List of plugins which this plugin depends on
      *
      *
      * @var array<string>
      * @var array<string>
      * @see PicoPluginInterface::getDependencies()
      * @see PicoPluginInterface::getDependencies()
@@ -148,7 +148,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * Enables all plugins on which this plugin depends
+     * Enables all plugins which this plugin depends on
      *
      *
      * @param  boolean $recursive enable required plugins automatically
      * @param  boolean $recursive enable required plugins automatically
      * @return void
      * @return void