diff --git a/matlab/utilities/tests/build_report_summary.m b/matlab/utilities/tests/build_report_summary.m index ba81a4a33..2af532beb 100644 --- a/matlab/utilities/tests/build_report_summary.m +++ b/matlab/utilities/tests/build_report_summary.m @@ -45,8 +45,8 @@ gitlastcommithash = reportfilecontent.gitlastcommithash; str = 'Hi,'; str = char(str,''); -str = char(str,'This is a summary report for the unitary tests in Dynare. Full report can be'); -str = char(str,['found at http://www.dynare.org/stepan/dynare/tests/' reportfile]); +str = char(str,'This is a summary report for the unitary tests in Dynare. Full report can be found at'); +str = char(str,['http://www.dynare.org/stepan/dynare/tests/' reportfile]); str = char(str,''); str = char(str,gitinfo(1,:));