From 939cb7799e6a496ab9e71fce4ae702c6290148c0 Mon Sep 17 00:00:00 2001
From: Olivier Couet <olivier.couet@cern.ch>
Date: Thu, 26 Jan 2017 10:21:17 +0100
Subject: [PATCH] Do not show the source code of the figures. Spell check

---
 tree/tree/src/TEntryList.cxx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tree/tree/src/TEntryList.cxx b/tree/tree/src/TEntryList.cxx
index 51890abafe2..1eae1d4dd54 100644
--- a/tree/tree/src/TEntryList.cxx
+++ b/tree/tree/src/TEntryList.cxx
@@ -30,7 +30,7 @@ There are two types of entry lists:
     except for the last block).
     Individual entry lists can be merged (functions Merge() and Add())
     to make an entry list for a TChain of corresponding TTrees.
-Begin_Macro(source)
+Begin_Macro
 entrylist_figure1.C
 End_Macro
 
@@ -41,7 +41,7 @@ End_Macro
     All sub-lists are returned by the GetLists() function and individual lists are
     returned by GetEntryList() function. Such lists are no different from the lists for
     TTrees, described above.
-Begin_Macro(source)
+Begin_Macro
 entrylist_figure2.C
 End_Macro
 
@@ -771,7 +771,7 @@ void TEntryList::GetFileName(const char *filename, TString &fn, Bool_t *local)
 }
 
 ////////////////////////////////////////////////////////////////////////////////
-/// Return the entry list, correspoding to treename and filename
+/// Return the entry list, corresponding to treename and filename
 /// By default, the filename is first tried as is, and then, if the corresponding list
 /// is not found, the filename is expanded to the absolute path, and compared again.
 /// To avoid it, use option "ne"
@@ -1401,7 +1401,7 @@ Int_t TEntryList::Relocate(const char *fn,
 /// - 1         a is contained in b, i.e. c == a (includes a == empty)
 /// - 2         b is contained in a, i.e. c == b (includes b == empty)
 /// - 3         b is a, i.e. c == b == a (includes a == b == empty)
-/// Auxilliary function for path scans.
+/// Auxiliary function for path scans.
 
 static Int_t GetCommonString(TString a, TString b, TString &c)
 {
@@ -1473,7 +1473,7 @@ Int_t TEntryList::ScanPaths(TList *roots, Bool_t notify)
    if (notify) {
       Printf(" * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *");
       Printf(" * Entry-list: %s", GetName());
-      Printf(" *   %d commont root paths found", nrl);
+      Printf(" *   %d common root paths found", nrl);
       nxr.Reset();
       while ((objs = (TObjString *) nxr())) {
          Printf(" *     %s", objs->GetName());
-- 
GitLab