From 4abef3a4918ff477e3dcc6bb44f1eceb4d8af0d8 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 23 Mar 2016 13:19:45 +0100
Subject: [PATCH] Wording.

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4aa3d80d393..394fc8aef30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,8 @@
  - New configuration tree parser
    - Checks configuration parameters more strictly, automatically prints error/warning messages.
    - Requires Boost >= 1.56 because of boost::optional with move semantics.
-   - Command line argument `--config-warnings-nonfatal` that keeps OGS from crashing on warnings during
-     configuration file parsing (errors still makes it crash).
+   - Command line argument `--config-warnings-nonfatal` that keeps OGS from terminating on warnings during
+     configuration file parsing (errors still makes it terminate).
  - Command line argument `-l` for OGS cli and testrunner to specify verbosity of logging, #1056
  - Rework tools:
    - CreateBoundaryConditionsAlongPolyline
-- 
GitLab