From 72f77494cd9425baaf9449633adb65a210a70255 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Sun, 8 Dec 2013 11:40:10 +0100 Subject: [PATCH] fix typo fix (cherry picked from commit ef777de3d55270bb6c3257232da5c60ebe6758a7) --- matlab/check.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/check.m b/matlab/check.m index f8b534edc3..bab637963e 100644 --- a/matlab/check.m +++ b/matlab/check.m @@ -107,7 +107,7 @@ if options.noprint == 0 if result disp('The rank condition is verified.') else - disp('The rank conditions AREN''T verified!') + disp('The rank condition ISN''T verified!') end skipline() end -- GitLab