diff --git a/htdocs/core/modules/mailings/framboise.modules.php b/htdocs/core/modules/mailings/framboise.modules.php
index 2408f0faff81f446742a9468e355d23710f869c0..27ea5592b218acf44fe494f35de65a420357dcc8 100644
--- a/htdocs/core/modules/mailings/framboise.modules.php
+++ b/htdocs/core/modules/mailings/framboise.modules.php
@@ -57,8 +57,8 @@ class mailing_framboise extends MailingTargets
 	function add_to_target($mailing_id,$filtersarray=array())
 	{
 		global $conf, $langs;
-		$langs->load("members");
-		$langs->load("companies");
+		$langs->load("members");
+		$langs->load("companies");
 		
 		$cibles = array();
 
diff --git a/htdocs/core/modules/modExpedition.class.php b/htdocs/core/modules/modExpedition.class.php
index 503bd9c37c500c790e1abe6da6ceeb2cdc0cb281..0d39edd40faec7fdab722c09dbbe5d624aa4d69f 100644
--- a/htdocs/core/modules/modExpedition.class.php
+++ b/htdocs/core/modules/modExpedition.class.php
@@ -102,7 +102,7 @@ class modExpedition extends DolibarrModules
 		$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/shipment";
 		$this->const[$r][3] = "";
 		$this->const[$r][4] = 0;
-		$r++;
+		$r++;
 
 		$this->const[$r][0] = "LIVRAISON_ADDON_PDF";
 		$this->const[$r][1] = "chaine";