From fe83d1fa7f99350910c0562409ab49ad8b29bc82 Mon Sep 17 00:00:00 2001 From: theshka Date: Fri, 9 Oct 2015 09:11:21 -0600 Subject: [PATCH] fix spelling --- lib/AbstractPicoPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/AbstractPicoPlugin.php b/lib/AbstractPicoPlugin.php index 804a6be..ef96838 100644 --- a/lib/AbstractPicoPlugin.php +++ b/lib/AbstractPicoPlugin.php @@ -39,7 +39,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface protected $statusChanged = false; /** - * List of plugins this plugin depends on + * List of plugins which this plugin depends on * * @var array * @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 * @return void