diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index ebddb4035bfadc0aea388f3ebdf43357af11718b..8737b68542d1230f84e91b77312ed5fb05bd5e4c 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 512944fdd6050f8508e34293ac37a814326db82c..c03aed769c8e036c2ad9038210f29a50ac0f3cd7 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.