Skip to content

Commit a660a3e

Browse files
committed
correct typo
1 parent ebdf0e5 commit a660a3e

File tree

1 file changed

+1
-1
lines changed
  • src/tools_lgpl/matlab/quickplot/progsrc/private

1 file changed

+1
-1
lines changed

src/tools_lgpl/matlab/quickplot/progsrc/private/md_print.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
i = i+1;
446446
colorChange(i,:) = {t,'color',get(t,'color')};
447447
end
448-
colorChange = colorChage(1:i,:);
448+
colorChange = colorChange(1:i,:);
449449
else
450450
colorChange = cell(0,3);
451451
end

0 commit comments

Comments
 (0)