From 846d6c489df44afcdda2aec4d057a4ae3c1fa93d Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 12 Apr 2013 11:46:38 +0200 Subject: [PATCH] //small spellchecking --- classes/module/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */