diff --git a/htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php b/htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php index d85abb02c54..f57818ec49f 100644 --- a/htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php +++ b/htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php @@ -52,7 +52,7 @@ class InterfacePhenixsynchro $this->name = preg_replace('/^Interface/i','',get_class($this)); $this->family = "phenix"; - $this->description = "Triggers of this module allows to add an event inside Phenix calenar for each Dolibarr business event."; + $this->description = "Triggers of this module allows to add an event inside Phenix calendar for each Dolibarr business event."; $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version }