From f8e5cc7b49d7d19c6c2be3beba5d50d7df30b7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Fri, 5 Jul 2013 00:24:17 +0200 Subject: [PATCH] Cosmetic change. --- matlab/utilities/tests/build_report_summary.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,:));