diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index 3860814aae3cc..9a2f6e5ff7ab0 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -1926,7 +1926,7 @@ public function insert_permissions($reinitadminperms = 0, $force_entity = null, // name of module (default: current module name) $r_module = (empty($this->rights_class) ? strtolower($this->name) : $this->rights_class); - // name of the module from which the right comes (default: empty means sme module the permission is for) + // name of the module from which the right comes (default: empty means same module the permission is for) $r_module_origin = ''; if (isset($this->rights[$key][Rights::KEY_MODULE])) {