time-shift
Houtan Bastani 2014-01-23 17:03:25 -06:00
parent cb0439345c
commit 3ea028f783
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ fprintf(fid, '\\end{document}\n');
fprintf(fid, '%% End Report Object\n');
status = fclose(fid);
if status == -1
error('@report.wrie: closing %s\n', o.filename);
error('@report.write: closing %s\n', o.filename);
end
disp('Finished Writing Report!');
end