From b80ab031df69080301d49ad880d0506c701d6b6c Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 19 Feb 2014 15:14:12 +0100
Subject: [PATCH] fix typos

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

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 368fc303c3..db2a6bc61a 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -10904,7 +10904,7 @@ Display a solid black line at @math{y = 0}. Default: @code{false}
 @end table
 @end defmethod
 
-@defmethod Report addTable data, showHlines, precision, range, seriesToUse, tableName, tableDirName, title, titleFormat, vlineAfter, vlineAfterEndOfPeriod, showVlines
+@defmethod Report addTable data, showHlines, precision, range, seriesToUse, tableDirName, tableName, title, titleFormat, vlineAfter, vlineAfterEndOfPeriod, showVlines
 Adds a @code{Table} to a @code{Section}.
 @optionshead
 @table @code
@@ -10924,14 +10924,14 @@ The date range of the data to be displayed. Default: @code{all}
 @item seriesToUse, @code{CELL_ARRAY_STRINGS}
 @xref{seriesToUse}.
 
+@item tableDirName, @code{STRING}
+The name of the folder in which to store this table. Default:
+@code{tmpRepDir}
+
 @item tableName, @code{STRING}
 The name to use when saving this table. Default: something of the
 form @code{table_pg1_sec2_row1_col3.tex}
 
-@item figDirName, @code{STRING}
-The name of the folder in which to store this table. Default:
-@code{tmpRepDir}
-
 @item title, @code{STRING}
 Same as @ref{title}, just for tables.
 
-- 
GitLab