diff --git a/matlab/check.m b/matlab/check.m
index f8b534edc3de6bcf5ddbbf794e5b536ef6e81e97..bab637963eb2e548a814c7bf59da6f10366e412f 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