From e9a3f91be90dc7f25f21c78a08a3604769a6abf0 Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@cern.ch> Date: Wed, 25 Jan 2017 15:22:06 +0100 Subject: [PATCH] fix typo in the help --- graf2d/postscript/src/TPDF.cxx | 2 +- graf2d/postscript/src/TPostScript.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graf2d/postscript/src/TPDF.cxx b/graf2d/postscript/src/TPDF.cxx index 55124440d95..b4b3f11c46b 100644 --- a/graf2d/postscript/src/TPDF.cxx +++ b/graf2d/postscript/src/TPDF.cxx @@ -2115,7 +2115,7 @@ void TPDF::SetLineColor( Color_t cindex ) /// /// To change the line join behaviour just do: /// ~~~ {.cpp} -/// gStyle->SetLineJoinPS(2); // Set the PDF line join to bevel. +/// gStyle->SetJoinLinePS(2); // Set the PDF line join to bevel. /// ~~~ void TPDF::SetLineJoin( Int_t linejoin ) diff --git a/graf2d/postscript/src/TPostScript.cxx b/graf2d/postscript/src/TPostScript.cxx index db97a629d80..5de4b07e6a6 100644 --- a/graf2d/postscript/src/TPostScript.cxx +++ b/graf2d/postscript/src/TPostScript.cxx @@ -2423,7 +2423,7 @@ void TPostScript::SetLineColor( Color_t cindex ) /// /// To change the line join behaviour just do: /// ~~~ {.cpp} -/// gStyle->SetLineJoinPS(2); // Set the PS line join to bevel. +/// gStyle->SetJoinLinePS(2); // Set the PS line join to bevel. /// ~~~ void TPostScript::SetLineJoin( Int_t linejoin ) -- GitLab