diff --git a/matlab/dsge_likelihood.m b/matlab/dsge_likelihood.m
index 0b62e516753e59b6fd4e6c8332f1d08d1e7416ee..c3e69b0ef1ee80663e4b0f190ae0fbcb85da486f 100644
--- a/matlab/dsge_likelihood.m
+++ b/matlab/dsge_likelihood.m
@@ -53,7 +53,7 @@ function [fval,info,exit_flag,DLIK,Hess,SteadyState,trend_coeff,Model,DynareOpti
 %! @item info==6
 %! The jacobian evaluated at the deterministic steady state is complex.
 %! @item info==19
-%! The steadystate routine thrown an exception (inconsistent deep parameters).
+%! The steadystate routine has thrown an exception (inconsistent deep parameters).
 %! @item info==20
 %! Cannot find the steady state, info(4) contains the sum of square residuals (of the static equations).
 %! @item info==21
diff --git a/matlab/dyn_risky_steadystate_solver.m b/matlab/dyn_risky_steadystate_solver.m
index b677c78406149e66e0e5dca85dac37bb3b73d7f8..44e8014e3ee431ca00dc79a8862f9c913525ea71 100644
--- a/matlab/dyn_risky_steadystate_solver.m
+++ b/matlab/dyn_risky_steadystate_solver.m
@@ -46,7 +46,7 @@ function [dr,info] = dyn_risky_steadystate_solver(ys0,M, ...
 %! @item info==6
 %! The jacobian evaluated at the deterministic steady state is complex.
 %! @item info==19
-%! The steadystate routine thrown an exception (inconsistent deep parameters).
+%! The steadystate routine has thrown an exception (inconsistent deep parameters).
 %! @item info==20
 %! Cannot find the steady state, info(2) contains the sum of square residuals (of the static equations).
 %! @item info==21
diff --git a/matlab/dynare_identification.m b/matlab/dynare_identification.m
index bc16725fa9411eb35244423c6c671e9a51f96939..25754e760bd085783eca42b2c61fad6afedb3b13 100644
--- a/matlab/dynare_identification.m
+++ b/matlab/dynare_identification.m
@@ -325,7 +325,7 @@ if iload <=0
         elseif info(1)==6
             disp('info==6 %! The jacobian evaluated at the deterministic steady state is complex.')
         elseif info(1)==19
-            disp('info==19 %! The steadystate routine thrown an exception (inconsistent deep parameters). ')
+            disp('info==19 %! The steadystate routine has thrown an exception (inconsistent deep parameters). ')
         elseif info(1)==20
             disp('info==20 %! Cannot find the steady state, info(2) contains the sum of square residuals (of the static equations). ')
         elseif info(1)==21
diff --git a/matlab/gsa/stab_map_.m b/matlab/gsa/stab_map_.m
index 52f8d158806d980ab25eedda0edec2b3d8493998..ba9d4d33f778a532e86c03211f3b18a1aa123b41 100644
--- a/matlab/gsa/stab_map_.m
+++ b/matlab/gsa/stab_map_.m
@@ -575,7 +575,7 @@ if length(iunstable)>0 || length(iwrong)>0
             disp(['    For ',num2str(length(find(infox==6))/Nsam*100,'%4.1f'),'% The jacobian evaluated at the deterministic steady state is complex.'])
         end
         if any(infox==19)
-            disp(['    For ',num2str(length(find(infox==19))/Nsam*100,'%4.1f'),'% The steadystate routine thrown an exception (inconsistent deep parameters).'])
+            disp(['    For ',num2str(length(find(infox==19))/Nsam*100,'%4.1f'),'% The steadystate routine has thrown an exception (inconsistent deep parameters).'])
         end
         if any(infox==20)
             disp(['    For ',num2str(length(find(infox==20))/Nsam*100,'%4.1f'),'% Cannot find the steady state.'])
diff --git a/matlab/interpret_resol_info.m b/matlab/interpret_resol_info.m
index 45b3993ff8f637a43f1b2d58901e0498e88299dc..43e21598d95900638ab08d63e79da49327bd7620 100644
--- a/matlab/interpret_resol_info.m
+++ b/matlab/interpret_resol_info.m
@@ -42,7 +42,7 @@ switch info(1)
   case 6
     message = 'The jacobian evaluated at the deterministic steady state is complex.';
   case 19
-    message = 'The steadystate routine thrown an exception (inconsistent deep parameters).';
+    message = 'The steadystate routine has thrown an exception (inconsistent deep parameters).';
   case 20
     message = sprintf('Cannot find the steady state (the sum of square residuals of the static equations is %s)', num2str(info(2)));
   case 21
diff --git a/matlab/non_linear_dsge_likelihood.m b/matlab/non_linear_dsge_likelihood.m
index 1f56c3be41e46866b1ff5bfb5023ea327c0ea2ca..9f52b69f0bfa1955631563673ffae7e9efbb6160 100644
--- a/matlab/non_linear_dsge_likelihood.m
+++ b/matlab/non_linear_dsge_likelihood.m
@@ -49,7 +49,7 @@ function [fval,info,exit_flag,DLIK,Hess,ys,trend_coeff,Model,DynareOptions,Bayes
 %! @item info==6
 %! The jacobian evaluated at the deterministic steady state is complex.
 %! @item info==19
-%! The steadystate routine thrown an exception (inconsistent deep parameters).
+%! The steadystate routine has thrown an exception (inconsistent deep parameters).
 %! @item info==20
 %! Cannot find the steady state, info(2) contains the sum of square residuals (of the static equations).
 %! @item info==21
diff --git a/matlab/resol.m b/matlab/resol.m
index ba3d0e6479a3ad981437ac8ebfcd982303e7d606..e2c55ecc49ab4219ebac4a352d4925f113083888 100644
--- a/matlab/resol.m
+++ b/matlab/resol.m
@@ -43,7 +43,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo)
 %! @item info==6
 %! The jacobian evaluated at the deterministic steady state is complex.
 %! @item info==19
-%! The steadystate routine thrown an exception (inconsistent deep parameters).
+%! The steadystate routine has thrown an exception (inconsistent deep parameters).
 %! @item info==20
 %! Cannot find the steady state, info(2) contains the sum of square residuals (of the static equations).
 %! @item info==21