Skip to content

Commit

Permalink
Merge pull request #181 from iblis17/patch-1
Browse files Browse the repository at this point in the history
Fix typo in warning messages
  • Loading branch information
tpapp authored Nov 5, 2019
2 parents 47928a3 + e46795f commit 77122f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand All @@ -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...")
Expand All @@ -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

Expand Down

0 comments on commit 77122f5

Please sign in to comment.