diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php
index bff3baace8a7fb8c3a942231b0d1dab7173d1118..7e2d6c7a32817114896cbe05d649806ed3387363 100644
--- a/htdocs/core/conf.class.php
+++ b/htdocs/core/conf.class.php
@@ -144,7 +144,7 @@ class Conf
 					if (eregi('^MAIN_MODULE_([A-Z_]+)_NEEDSMARTY$',$key) && $value)
 					{
 						$module=strtolower($reg[1]);
-						// Add this module in list of module that need smarty
+						// Add this module in list of modules that need smarty
 						$this->need_smarty[]=$module;
 					}
 					// If this is a module constant