From 0b2828af8a58955ed1bac507eaab0d3ab59ed735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 5 Jun 2018 17:27:22 +0200 Subject: [PATCH] Fix typo --- matlab/dynare.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/dynare.m b/matlab/dynare.m index f6b98eff2..6c25e1915 100644 --- a/matlab/dynare.m +++ b/matlab/dynare.m @@ -239,14 +239,14 @@ if status ~= 0 || preprocessoroutput end if ismember('onlymacro', varargin) if preprocessoroutput - disp('Preprocesser stopped after macroprocessing step because of ''onlymacro'' option.'); + disp('Preprocessor stopped after macroprocessing step because of ''onlymacro'' option.'); end return end if ismember('onlyjson', varargin) if preprocessoroutput - disp('Preprocesser stopped after preprocessing step because of ''onlyjson'' option.'); + disp('Preprocessor stopped after preprocessing step because of ''onlyjson'' option.'); end return; end -- GitLab