From 7feb3c7d28635cb3bdac676a9956cbfa634fe8d2 Mon Sep 17 00:00:00 2001
From: Olivier Couet <olivier.couet@cern.ch>
Date: Wed, 18 Feb 2015 18:26:42 +0100
Subject: [PATCH] Fix typos

---
 graf2d/postscript/src/TPDF.cxx        | 4 ++--
 graf2d/postscript/src/TPostScript.cxx | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/graf2d/postscript/src/TPDF.cxx b/graf2d/postscript/src/TPDF.cxx
index 9ee88a6e8db..7b27e3827f6 100644
--- a/graf2d/postscript/src/TPDF.cxx
+++ b/graf2d/postscript/src/TPDF.cxx
@@ -14,7 +14,7 @@
 /* Begin_Html
 <center><h2>TPDF: Graphics interface to PDF</h2></center>
 Like PostScript, PDF is a vector graphics output format allowing a very high
-graphics output quality. The functionnalities provided by this class are very
+graphics output quality. The functionalities provided by this class are very
 similar to those provided by <tt>TPostScript</tt>.
 <p>
 Compare to PostScript output, the PDF files are usually smaller because some
@@ -2338,7 +2338,7 @@ void TPDF::Text(Double_t xx, Double_t yy, const char *chars)
    // Restore text attributes.
    saveAttText.TAttText::Modify();
 
-   // Ouput the text. Escape some characters if needed
+   // Output the text. Escape some characters if needed
    if (kerning) PrintStr(" [");
    else         PrintStr(" (");
 
diff --git a/graf2d/postscript/src/TPostScript.cxx b/graf2d/postscript/src/TPostScript.cxx
index fb55a29cbc6..7b659c325f9 100644
--- a/graf2d/postscript/src/TPostScript.cxx
+++ b/graf2d/postscript/src/TPostScript.cxx
@@ -1646,7 +1646,7 @@ void TPostScript::FontEmbed(void)
 //______________________________________________________________________________
 void TPostScript::FontEncode()
 {
-   // Font Reencoding
+   // Font Re-encoding
 
    PrintStr("/reEncode ");
    PrintStr("{exch findfont");
@@ -1816,7 +1816,7 @@ void TPostScript::Initialize()
 
    if( fMode == 3)PrintStr("80 dict begin@");
 
-   // Initialization of PostScript procedures
+   // Initialisation of PostScript procedures
    PrintStr("/s {stroke} def /l {lineto} def /m {moveto} def /t {translate} def@");
    PrintStr("/r {rotate} def /rl {roll}  def /R {repeat} def@");
    PrintStr("/d {rlineto} def /rm {rmoveto} def /gr {grestore} def /f {eofill} def@");
-- 
GitLab