changeset 29109:44c253973f0f

__default_plot_options__.m: Fix typo in f8afcf772ba0.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 Nov 2020 08:47:36 +0100
parents 5fc28dab0b2b
children 2fa4d47eb6f7
files scripts/plot/util/__default_plot_options__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/__default_plot_options__.m	Thu Nov 26 21:28:18 2020 -0800
+++ b/scripts/plot/util/__default_plot_options__.m	Fri Nov 27 08:47:36 2020 +0100
@@ -35,7 +35,7 @@
                     "color", [],
                     "linestyle", [],
                     "marker", [],
-                    "errorstytle", []);
+                    "errorstyle", []);
 
 endfunction