From da847983b23f54539d1e0289e4f44d083ffa3f07 Mon Sep 17 00:00:00 2001
From: Nicolas de Sereville <deserevi@ipno.in2p3.fr>
Date: Mon, 7 Dec 2015 14:09:35 +0100
Subject: [PATCH] + Correct some typos

---
 NPLib/Core/NPCalibrationManager.cxx   | 6 +++---
 NPLib/Core/NPOptionManager.cxx        | 2 +-
 NPLib/SplitPole/TSplitPolePhysics.cxx | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NPLib/Core/NPCalibrationManager.cxx b/NPLib/Core/NPCalibrationManager.cxx
index cea254e8b..0dfcdcb7d 100644
--- a/NPLib/Core/NPCalibrationManager.cxx
+++ b/NPLib/Core/NPCalibrationManager.cxx
@@ -55,17 +55,17 @@ CalibrationManager::CalibrationManager(string configFileName){
   if(!NPOptionManager::getInstance()->IsDefault("Calibration")){
     cout << endl;
     cout << "/////////// Calibration Information ///////////" << endl;
-    cout << "Getting list of Calibration File" << endl;
+    cout << "Getting list of calibration files" << endl;
   }
  
   if (!inputConfigFile) {
       if(!NPOptionManager::getInstance()->IsDefault("Calibration"))
-        cout << "Calibration Path file :" << configFileName << " not found " << endl; 
+        cout << "Calibration Path file: " << configFileName << " not found" << endl; 
     return;
   }
 
   else { 
-    cout << "Reading list of file from :" << configFileName << endl; 
+    cout << "Reading list of files from: " << configFileName << endl; 
     while (!inputConfigFile.eof()) {
       getline(inputConfigFile, lineBuffer);
 
diff --git a/NPLib/Core/NPOptionManager.cxx b/NPLib/Core/NPOptionManager.cxx
index 126bd11e7..27d85416c 100644
--- a/NPLib/Core/NPOptionManager.cxx
+++ b/NPLib/Core/NPOptionManager.cxx
@@ -165,7 +165,7 @@ void NPOptionManager::DisplayVersion(){
     cout << line << endl;
     cout << "***********************************  NPTool  ***********************************"<< endl;
     cout << line << endl;
-    cout << "NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<endl;
+    cout << " NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<endl;
     cout << " Copyright: NPTool Collaboration "<<endl;
     cout << " GitHub: http://github.com/adrien-matta/nptool"<<endl; ;
     cout << line << endl;
diff --git a/NPLib/SplitPole/TSplitPolePhysics.cxx b/NPLib/SplitPole/TSplitPolePhysics.cxx
index 271233d02..4b7f64434 100644
--- a/NPLib/SplitPole/TSplitPolePhysics.cxx
+++ b/NPLib/SplitPole/TSplitPolePhysics.cxx
@@ -335,7 +335,7 @@ void TSplitPolePhysics::BuildSimplePhysicalEvent()
    }
    else {
       if (!isSameRun) {
-         cout << "\tSplitPole Warning!!! run " << m_CurrentRunNumber << " will be treated with mean magnetic field value " 
+         cout << "\tSplitPole Warning!!! run " << m_CurrentRunNumber << " will use mean magnetic field value " 
               << m_CurrentNMR->GetMean() << " T.m." << endl;
       }
       fBrho = m_PreTreatedData->GetPlasticG() * m_CurrentNMR->GetMean();
-- 
GitLab