From 0377b73fc490d2decad8b37074e9da463ed724e1 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Thu, 24 Apr 2014 11:53:25 +0400 Subject: [PATCH] Fix typo --- Mibew/Mibew/Plugin/Boilerplate/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mibew/Mibew/Plugin/Boilerplate/Plugin.php b/Mibew/Mibew/Plugin/Boilerplate/Plugin.php index e4722fa..7158c4f 100644 --- a/Mibew/Mibew/Plugin/Boilerplate/Plugin.php +++ b/Mibew/Mibew/Plugin/Boilerplate/Plugin.php @@ -50,7 +50,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi * Plugin's constructor. * * The code is situated here can initialize the plugin but cannot depend - * on other plugins. All dependent code shuold be placed in "run" method. + * on other plugins. All dependent code should be placed in "run" method. * * The current implementation just checks plugin's configurations. *