Fix typo.

time-shift
Sébastien Villemot 2014-03-27 17:48:13 +01:00
parent fb75d1e19d
commit f0f355e9b5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if ~exist(fname,'file') || isequal(fname,'dir')
fprintf('\nCurrent folder is %s, and contains the following mod files:\n\n',pwd)
disp(list_of_mod_files)
catch
fprintf('\nCurrent folder is %s, and does not contain any the mod files.\n\n',pwd)
fprintf('\nCurrent folder is %s, and does not contain any mod file.\n\n',pwd)
end
error(['dynare:: can''t open ' fname])
end