From 7541b1b116f10f665c976f65ba513242a739f22d Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 27 May 2021 16:46:40 +0200
Subject: [PATCH] prior_draw.m: cosmetic fix

---
 matlab/prior_draw.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/prior_draw.m b/matlab/prior_draw.m
index 326029778b..58763b5d9c 100644
--- a/matlab/prior_draw.m
+++ b/matlab/prior_draw.m
@@ -21,7 +21,7 @@ function pdraw = prior_draw(BayesInfo, prior_trunc, uniform) % --*-- Unitary tes
 % SPECIAL REQUIREMENTS
 %   none
 %
-% NOTE 1. Input arguments 1 an 2 are only needed for initialization.
+% NOTE 1. Input arguments 1 and 2 are only needed for initialization.
 % NOTE 2. A given draw from the joint prior distribution does not satisfy BK conditions a priori.
 % NOTE 3. This code relies on bayestopt_ as created in the base workspace
 %           by the preprocessor (or as updated in subsequent pieces of code and handed to the base workspace)
-- 
GitLab