From 221660dfeac30f44bfbd312dc1a4d9037f6640b3 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx,de>
Date: Fri, 21 Feb 2014 19:19:36 +0100
Subject: [PATCH] Fix capitalization error in dynare_estimation_1.m that leads
 to crashes if reached

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

diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m
index 83d504e15..8caa14a20 100644
--- a/matlab/dynare_estimation_1.m
+++ b/matlab/dynare_estimation_1.m
@@ -380,7 +380,7 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
                         error('gmhmaxlik: The value of option AcceptanceRateTarget should be a double between 0 and 1!')
                     end
                   otherwise
-                    Warning(['gmhmaxlik: Unknown option (' options_list{i,1}  ')!'])
+                    warning(['gmhmaxlik: Unknown option (' options_list{i,1}  ')!'])
                 end
             end
         end
-- 
GitLab