From b6626f562cb22708af85b4d1baa839ff4a885eed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 17 Mar 2010 18:43:22 +0000 Subject: [PATCH] Typo --- .../triggers/interface_modPhenix_Phenixsynchro.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }