Skip to content
Snippets Groups Projects
Commit 5afee622 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo.

parent 9aabb82c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ else
end
TABLE = horzcat(TABLE, tmp);
end
TABLE = horzcat(TABLE, separartor, repmat(' ... ', A.nobs+1,1));
TABLE = horzcat(TABLE, separator, repmat(' ... ', A.nobs+1,1));
for i = A.vobs-m+1:A.vobs
TABLE = horzcat(TABLE,separator);
tmp = A.name{i};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment