Skip to content
Snippets Groups Projects
Commit 9b17c5db authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo

parent 618527e6
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function o = write(o)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2013 Dynare Team
% Copyright (C) 2013-2014 Dynare Team
%
% This file is part of Dynare.
%
......@@ -30,7 +30,7 @@ function o = write(o)
[fid, msg] = fopen(o.filename, 'w');
if fid == -1
error(['@report.subsasgn: ' msg]);
error(['@report.write: ' msg]);
end
fprintf(fid, '%% Report Object\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment