diff --git a/classes/module/Module.php b/classes/module/Module.php index a0d67a78b..6958ed9df 100644 --- a/classes/module/Module.php +++ b/classes/module/Module.php @@ -60,7 +60,7 @@ abstract class ModuleCore /** @var int need_instance */ public $need_instance = 1; - /** @var string Admin tab correponding to the module */ + /** @var string Admin tab corresponding to the module */ public $tab = null; /** @var boolean Status */