diff --git a/matlab/check_list_of_variables.m b/matlab/check_list_of_variables.m
index a8049346f0de6d71279241edcae01b98b387f76a..cd34d624a6ceb6e909fbb97bb4f8eeab69736437 100644
--- a/matlab/check_list_of_variables.m
+++ b/matlab/check_list_of_variables.m
@@ -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)