From 73a63ea3b134c281e6834833be6958419bd93d2d Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Tue, 12 Sep 2017 10:42:07 +0200
Subject: [PATCH] v1.0.9.46 NEWS file updated

---
 NEWS.html | 14 +++++++-------
 NEWS.md   |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/NEWS.html b/NEWS.html
index 4f013d13..d0a41b5a 100644
--- a/NEWS.html
+++ b/NEWS.html
@@ -203,8 +203,8 @@ div.tocify {
 </div>
 
 
-<div id="release-notes-2017-09-07" class="section level3">
-<h3>1.0.9.42 Release Notes (2017-09-07)</h3>
+<div id="release-notes-2017-09-12" class="section level3">
+<h3>1.0.9.46 Release Notes (2017-09-12)</h3>
 <div id="new-features" class="section level4">
 <h4>New features</h4>
 <ul>
@@ -507,8 +507,8 @@ div.tocify {
 <li>Fixed bug in <code>Calibration_HBAN()</code>. The function was not working properly with models having only one parameter.</li>
 </ul>
 </div>
-<div id="deprectated-and-defunct-4" class="section level4">
-<h4>Deprectated and defunct</h4>
+<div id="deprecated-and-defunct" class="section level4">
+<h4>Deprecated and defunct</h4>
 <ul>
 <li>The <code>CalibrationAlgo_*()</code> functions were renamed into<code>Calibration_*()</code>.</li>
 </ul>
@@ -582,8 +582,8 @@ div.tocify {
 <li>The field Multiplier has been added in the ErrorCrit() outputs, to indicate whether the criterion is an error (to minimise) or and efficiency (to maximise). This allows to provide real efficiency values in the outputs e.g. NSE[Q] instead of (-1) × NSE[Q].</li>
 </ul>
 </div>
-<div id="deprectated-and-defunct-5" class="section level4">
-<h4>Deprectated and defunct</h4>
+<div id="deprecated-and-defunct-1" class="section level4">
+<h4>Deprecated and defunct</h4>
 <ul>
 <li><code>EfficiencyCrit()</code> have been replaced by <code>ErrorCrit()</code> to avoid misunderstanding (by default, the algorithms minimise the error criterion).</li>
 </ul>
@@ -592,7 +592,7 @@ div.tocify {
 </div>
 <div id="release-notes-2014-02-05" class="section level3">
 <h3>0.5.2 Release Notes (2014-02-05)</h3>
-<div id="deprectated-and-defunct-6" class="section level4">
+<div id="deprectated-and-defunct-4" class="section level4">
 <h4>Deprectated and defunct</h4>
 <ul>
 <li><p>The <code>SelectPer</code> arguments are replaced by <code>IndPeriod</code> to ease understanding.</p></li>
diff --git a/NEWS.md b/NEWS.md
index 35d445ea..a410bc94 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,7 +3,7 @@
 
 
 
-### 1.0.9.42 Release Notes (2017-09-07) 
+### 1.0.9.46 Release Notes (2017-09-12) 
 
 #### New features
 
@@ -314,7 +314,7 @@ ________________________________________________________________________________
 - Fixed bug in <code>Calibration_HBAN()</code>. The function was not working properly with models having only one parameter.
 
 
-#### Deprectated and defunct
+#### Deprecated and defunct
 
 - The <code>CalibrationAlgo_&#42;()</code> functions were renamed into<code>Calibration_&#42;()</code>.
 
@@ -398,7 +398,7 @@ ________________________________________________________________________________
  This allows to provide real efficiency values in the outputs e.g. NSE[Q] instead of (-1) &times; NSE[Q].
 
 
-#### Deprectated and defunct
+#### Deprecated and defunct
 
 - <code>EfficiencyCrit()</code> have been replaced by <code>ErrorCrit()</code> to avoid misunderstanding (by default, the algorithms minimise the error criterion).
 
-- 
GitLab