From 2d13739833c338f18be892100f33cd618fce9789 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Fri, 30 Sep 2022 14:01:34 +0200 Subject: [PATCH] calibrate_mh_scale_parameter.m: fix typo in error message [skip CI] (cherry picked from commit d5d3e9060b225ea976e7c6d47a8ca0fdbc49d72d) --- matlab/calibrate_mh_scale_parameter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/calibrate_mh_scale_parameter.m b/matlab/calibrate_mh_scale_parameter.m index e4633b8dc9..3e69421107 100644 --- a/matlab/calibrate_mh_scale_parameter.m +++ b/matlab/calibrate_mh_scale_parameter.m @@ -66,7 +66,7 @@ Parameters = Parameters'; try dd = chol(CovarianceMatrix); catch - error('The covariance matrix has to be a symetric positive definite matrix!') + error('The covariance matrix has to be a symmetric positive definite matrix!') end % Set parameters related to the proposal distribution -- GitLab