From 40a1b3af132d46b00bb5d92d8833c9627504c719 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Fri, 15 Jun 2012 15:09:39 +0200
Subject: [PATCH] Typos (cherry picked from commit
 9187e8ad4d61c103d54bb33ba445902cb50d5fb0)

---
 matlab/dynare_config.m | 2 +-
 windows/README.txt     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m
index ebddb4035b..8737b68542 100644
--- a/matlab/dynare_config.m
+++ b/matlab/dynare_config.m
@@ -183,7 +183,7 @@ mex_status(4,2) = {'kronecker'};
 mex_status(4,3) = {'Sparse kronecker products'};
 mex_status(5,1) = {'local_state_space_iteration_2'};
 mex_status(5,2) = {'particle/local_state_space_iteration'};
-mex_status(5,3) = {'Local state space iteraton (second order)'};
+mex_status(5,3) = {'Local state space iteration (second order)'};
 number_of_mex_files = size(mex_status,1);
 %% Remove some directories from matlab's path. This is necessary if the user has
 %% added dynare_v4/matlab with the subfolders. Matlab has to ignore these
diff --git a/windows/README.txt b/windows/README.txt
index 512944fdd6..c03aed769c 100644
--- a/windows/README.txt
+++ b/windows/README.txt
@@ -95,7 +95,7 @@ be displayed when you launch Dynare:
   [mex] Sylvester equation solution.
   [mex] Kronecker products.
   [mex] Sparse kronecker products.
-  [mex] Local state space iteraton (second order).
+  [mex] Local state space iteration (second order).
   [mex] Bytecode evaluation.
   [mex] k-order perturbation solver.
   [mex] k-order solution simulation.
@@ -110,7 +110,7 @@ and display the following:
   [m]   Sylvester equation solution.
   [m]   Kronecker products.
   [m]   Sparse kronecker products.
-  [no]  Local state space iteraton (second order).
+  [m]   Local state space iteration (second order).
   [no]  Bytecode evaluation.
   [no]  k-order perturbation solver.
   [no]  k-order solution simulation.
-- 
GitLab