From c02bd0871159f2fdf4ce1d0dc91de050c6e703a5 Mon Sep 17 00:00:00 2001
From: fhenry <florian.henry@open-concept.pro>
Date: Thu, 14 Feb 2013 16:35:54 +0100
Subject: [PATCH] Checkstyle

---
 htdocs/core/lib/emailing.lib.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/core/lib/emailing.lib.php b/htdocs/core/lib/emailing.lib.php
index 766886af2c0..e68a62a2768 100644
--- a/htdocs/core/lib/emailing.lib.php
+++ b/htdocs/core/lib/emailing.lib.php
@@ -35,7 +35,7 @@ function emailing_prepare_head($object)
 	// Entries must be declared in modules descriptor with line
 	// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__');   to add new tab
 	// $this->tabs = array('entity:-tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__');   to remove a tab
-	complete_head_from_modules($conf,$langs,$object,$head,$h,'mailling');
+	complete_head_from_modules($conf,$langs,$object,$head,$h,'emailing');
 	
 	$h = 0;
 	$head = array();
@@ -59,7 +59,7 @@ function emailing_prepare_head($object)
 	$head[$h][2] = 'info';
 	$h++;
 
-	complete_head_from_modules($conf,$langs,$object,$head,$h,'mailling','remove');
+	complete_head_from_modules($conf,$langs,$object,$head,$h,'emailing','remove');
 
 	return $head;
 }
-- 
GitLab