Skip to content
Snippets Groups Projects
Commit 0b2828af authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo

parent e8ade6a1
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment