From f83485cdac7a7cf2cea860b49a295aff7f6c96fc Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Sun, 8 Dec 2013 10:47:39 +0100 Subject: [PATCH] fix typo (cherry picked from commit e765c16b736829665ed3c4c41c7ee3904bef22ce) --- matlab/check.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/check.m b/matlab/check.m index a2afc7b9f0..f8b534edc3 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 ISN''T verified!') + disp('The rank conditions AREN''T verified!') end skipline() end -- GitLab