From 027214c6b33bec3f8d4e910bbbe88b1d3a8b86f0 Mon Sep 17 00:00:00 2001
From: Unknown <eric@sigmalis.com>
Date: Mon, 15 Jan 2018 11:44:51 +0100
Subject: [PATCH] =?UTF-8?q?Typo=20actes-reception-fichier=20(D=C3=A9but=20?=
 =?UTF-8?q?->=20Fin)=20~Actes=20#338?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGELOG.md                     | 1 +
 cron/actes-reception-fichier.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 797f46745..3d240340a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ et adhère aux principes du [Semantic Versioning](http://semver.org/).
 ### Évolutions
 
 - Modification de l'opacité du tampon (0.5 -> 0.8) ~Actes #339
+- Typo actes-reception-fichier (Début -> Fin) ~Actes #338
 
 ## [3.0.1] - 2017-12-26
 
diff --git a/cron/actes-reception-fichier.php b/cron/actes-reception-fichier.php
index cd1aa2533..45d99d304 100644
--- a/cron/actes-reception-fichier.php
+++ b/cron/actes-reception-fichier.php
@@ -16,7 +16,7 @@ $actesImapRetrieve->retrieve();
 
 
 $stop = time();
-echo "Debut ".date("Y-m-d H:i:s",$stop)." \n";
+echo "Fin ".date("Y-m-d H:i:s",$stop)." \n";
 $sleep = $min_exec_time - ($stop -$start);
 if ($sleep > 0){
     echo "Arret du script : $sleep \n";
-- 
GitLab