From cc57f2218b9c647f4276117640570160d9321840 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Apr 2024 11:39:02 +0200 Subject: [PATCH] Update DolibarrModules.class.php --- htdocs/core/modules/DolibarrModules.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) {