From 62c3fb9bd59cc9862731bf3209e13bc57b281d58 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 14 Feb 2014 16:23:03 +0100
Subject: [PATCH] fix typo

---
 doc/dynare.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 30c5093a76..4a9ec1c464 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -10611,8 +10611,8 @@ with the example at the end of the section.
 Options to the methods are passed differently than those to Dynare
 commands. They take the form of named options to Matlab functions
 where the arguments come in pairs (@i{e.g.}
-@code{function_name('option_1_name', `option_1_value',
-'option_2_name', 'option_2_value', ...)}, where @code{option_X_name}
+@code{function_name(`option_1_name', `option_1_value',
+`option_2_name', `option_2_value', ...)}, where @code{option_X_name}
 is the name of the option while @code{option_X_value} is the value
 assigned to that option). The ordering of the option pairs matters
 only in the unusual case when an option is provided twice (probably
-- 
GitLab