From ba04b3ccca781f08be9251d623857761f650fa6c Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Tue, 8 Oct 2019 12:35:53 +0200
Subject: [PATCH] fix typos in 119595fe722476da4d279d804c268b7e5321ea90 #1628

[skip ci]
---
 doc/manual/source/running-dynare.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst
index e31c6fb1f5..a92a6d5e15 100644
--- a/doc/manual/source/running-dynare.rst
+++ b/doc/manual/source/running-dynare.rst
@@ -182,13 +182,13 @@ by the ``dynare`` command.
 
     .. option:: output=dynamic|first|second|third
 
-       Instructs the preprocessor to calculate derivatives at the given
+       Instructs the preprocessor to output derivatives at the given
        order. Only works when ``language=julia`` has been passed.
 
     .. option:: language=matlab|julia
 
-       Instructs the preprocessor to write output for Matlab or Julia. Default:
-       Matlab
+       Instructs the preprocessor to write output for MATLAB or Julia. Default:
+       MATLAB
 
     .. option:: params_derivs_order=0|1|2
 
@@ -209,7 +209,7 @@ by the ``dynare`` command.
        variables: ``exp``, ``log``, ``log10``, ``cos``, ``sin``, ``tan``,
        ``acos``, ``asin``, ``atan``, ``cosh``, ``sinh``, ``tanh``, ``acosh``,
        ``asinh``, ``atanh``, ``sqrt``, ``cbrt``, ``abs``, ``sign``,
-       ``erf``. Defalut: don't transform unary operators
+       ``erf``. Defalut: no obligatory transformation
 
     .. option:: json = parse|check|transform|compute
 
-- 
GitLab