From 31f54905172a1ccdc9bc0a369227894f9c9a2f62 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 8 Feb 2020 23:57:48 +0100 Subject: [PATCH] fix typo --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index 231c143d..8c6b1f0a 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1389,7 +1389,7 @@ function fg_color(plotattributes::AKW) end end -function fg_color_sp(plotattributes::AWK) +function fg_color_sp(plotattributes::AKW) fgsp = get(plotattributes, :foreground_color_subplot, :match) if fg == :match fg_color(plotattributes)