From ceff825ed4bd0c3d50adc12199f2be98eb28df47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 27 Sep 2023 13:24:44 +0200 Subject: [PATCH] Fix typo --- matlab/check_matlab_path.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/check_matlab_path.m b/matlab/check_matlab_path.m index 75f9c26e6..79bf393d9 100644 --- a/matlab/check_matlab_path.m +++ b/matlab/check_matlab_path.m @@ -75,7 +75,7 @@ else end if change_path_flag skipline() - msg = sprintf(['I put %s on top of your Matlab/Ocatve path.' ... + msg = sprintf(['I put %s on top of your Matlab/Octave path.' ... '\nNote that this is a temporary change (i.e. it will not affect future Matlab/Octave sessions).\n' ... '\nIf the ordering was intentional, i.e. if you really want to override the routines distributed with Dynare,' ... ' you can change this behavior using the ''nopathchange'' option (see the reference manual).'], DYNARE_PATH);