From d5d3e9060b225ea976e7c6d47a8ca0fdbc49d72d 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]
---
 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 64752767bb..6f8e4c2536 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