From 12d5accf0adcd848d7d8bd2cabb8e600db730070 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:27:48 +0200 Subject: [PATCH] Update pgfplotsx.jl Typo --- src/backends/pgfplotsx.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index 504f96e0..22cc9342 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -889,7 +889,7 @@ function pgfx_framestyle(style::Symbol) return style else default_style = get((semi = :box,), style, :axes) - @warn( "Framestyle :$style is not (yet) supported by the PGFPlotsX backend. :$default_style was cosen instead.",) + @warn "Framestyle :$style is not (yet) supported by the PGFPlotsX backend. :$default_style was chosen instead." default_style end end