Fixed typo.

time-shift
Stéphane Adjemian (Charybdis) 2013-07-04 21:17:54 +02:00
parent fb5c5d4ea6
commit 11bda09860
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ for f=1:length(listoffiles)
[check, info] = mtest(listoffiles{f});
report = [report; info];
else
disp(['Booh! No unitay tests available in ' listoffiles{f}])
disp(['Booh! No unitary tests available in ' listoffiles{f}])
end
end
end