Skip to content
Snippets Groups Projects
Commit 0df2ba7d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo.

parent 58620994
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ function varlist = check_list_of_variables(options_, M_, varlist)
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2003-2012 Dynare Team
% Copyright (C) 2003-2014 Dynare Team
%
% This file is part of Dynare.
%
......@@ -99,7 +99,7 @@ elseif isempty(varlist) && isempty(options_.endo_vars_for_moment_computations_in
if isempty(cas)
cas = 'Forecasts';
else
cas = [ cas , ' and forecats'];
cas = [ cas , ' and forecasts'];
end
end
if ~isempty(cas)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment