From e46795f7ef9b29c90ed417488c2f65d21ec9e0e3 Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Tue, 5 Nov 2019 22:04:06 +0800 Subject: [PATCH] Fix typo in warning messages --- deps/build.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index 265cde14..8a275021 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -21,7 +21,7 @@ elseif have_pdflatex else @warn(string("No LaTeX installation found, figures will not be generated. ", "Make sure either pdflatex or lualatex are installed and that ", - "the correct paths are set then run Pkg.build(\"PGFPLotsX\")")) + "the correct paths are set then run Pkg.build(\"PGFPlotsX\")")) end print(stderr, "Looking for pdftocairo...") @@ -41,7 +41,7 @@ else default_pdftoppm = `pdftoppm` else @warn(string("Did not find `pdftocairo` or `pdftoppm`, png output will be disabled. Install `pdftocairo` or `pdftoppm` ", - "and run Pkg.build(\"PGFPLotsX\") to enable")) + "and run Pkg.build(\"PGFPlotsX\") to enable")) end print(stderr, "Looking for pdf2svg...") @@ -53,7 +53,7 @@ else default_pdftosvg = `pdf2svg` else @warn(string("Did not find `pdftocairo` or `pdf2svg`, svg output will be disabled. Install `pdftocairo` or `pdf2svg` ", - "and run Pkg.build(\"PGFPLotsX\") to enable")) + "and run Pkg.build(\"PGFPlotsX\") to enable")) end end