From e765c16b736829665ed3c4c41c7ee3904bef22ce Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Sun, 8 Dec 2013 10:47:39 +0100 Subject: [PATCH] fix typo --- matlab/check.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/check.m b/matlab/check.m index a2afc7b9f..f8b534edc 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