Skip to content
Snippets Groups Projects
Verified Commit 2d137398 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

calibrate_mh_scale_parameter.m: fix typo in error message

[skip CI]

(cherry picked from commit d5d3e906)
parent 0992ee77
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment