From 0cf645187c5f37bf42e1e1ddddefb88d652df5f7 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 3 Dec 2012 17:58:59 +0100 Subject: [PATCH] fix typo (cherry picked from commit 967eb63bbb468cec092cab25d2c3f27dd3de88e9) --- matlab/print_info.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/print_info.m b/matlab/print_info.m index e19738381..751ab5441 100644 --- a/matlab/print_info.m +++ b/matlab/print_info.m @@ -55,7 +55,7 @@ if ~noprint error('The steadystate file did not compute the steady state') case 20 error(['Impossible to find the steady state. Either the model' ... - ' doesn''t have a steady state or there is an infinity of steady states' ... + ' doesn''t have a steady state, there are an infinity of steady states, ' ... ' or the guess values are too far from the solution']) case 21 error('The steady state is complex') -- GitLab