From b50784a22775f19c426f6e405a63e807c22030b9 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Mon, 7 Aug 2017 09:16:29 +0200
Subject: [PATCH] Use "...", not the funky unicode version.

---
 tutorials/hist/histpalettecolor.C     | 2 +-
 tutorials/hist/thstack2palettecolor.C | 2 +-
 tutorials/hist/thstackpalettecolor.C  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorials/hist/histpalettecolor.C b/tutorials/hist/histpalettecolor.C
index fbc995afa57..1a7bbec6e86 100644
--- a/tutorials/hist/histpalettecolor.C
+++ b/tutorials/hist/histpalettecolor.C
@@ -4,7 +4,7 @@
 /// Palette coloring for histogram is activated thanks to the options `PFC`
 /// (Palette Fill Color), `PLC` (Palette Line Color) and `AMC` (Palette Marker Color).
 /// When one of these options is given to `TH1::Draw` the histogram get its color
-/// from the current color palette defined by `gStyle->SetPalette(…)`. The color
+/// from the current color palette defined by `gStyle->SetPalette(...)`. The color
 /// is determined according to the number of objects having palette coloring in
 /// the current pad.
 ///
diff --git a/tutorials/hist/thstack2palettecolor.C b/tutorials/hist/thstack2palettecolor.C
index 42fc5650c8f..fa0d18d9660 100644
--- a/tutorials/hist/thstack2palettecolor.C
+++ b/tutorials/hist/thstack2palettecolor.C
@@ -5,7 +5,7 @@
 /// (Palette Fill Color).
 /// When this option is given to `THStack::Draw` the histograms  in the
 /// `THStack` get their color from the current color palette defined by
-/// `gStyle->SetPalette(…)`. The color is determined according to the number of
+/// `gStyle->SetPalette(...)`. The color is determined according to the number of
 /// histograms.
 ///
 /// In this example four 2D histograms are displayed with palette coloring.
diff --git a/tutorials/hist/thstackpalettecolor.C b/tutorials/hist/thstackpalettecolor.C
index 6da55f7f655..2eccb478a41 100644
--- a/tutorials/hist/thstackpalettecolor.C
+++ b/tutorials/hist/thstackpalettecolor.C
@@ -5,7 +5,7 @@
 /// (Palette Fill Color), `PLC` (Palette Line Color) and `AMC` (Palette Marker Color).
 /// When one of these options is given to `THStack::Draw` the histograms  in the
 /// `THStack` get their color from the current color palette defined by
-/// `gStyle->SetPalette(…)`. The color is determined according to the number of
+/// `gStyle->SetPalette(...)`. The color is determined according to the number of
 /// histograms.
 ///
 /// In this example four histograms are displayed with palette coloring.
-- 
GitLab