Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc	(revision 4336)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc	(revision 4337)
@@ -114,6 +114,6 @@
     SetPulserFrequency();
 
-    fHiGainOverflow = 0;
-    fLoGainOverflow = 0;
+    fHiGainOverFlow = 0;
+    fLoGainOverFlow = 0;
 }
 
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc	(revision 4336)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc	(revision 4337)
@@ -523,7 +523,7 @@
       
       if (!histhi.FillHistAndArray(sumhi))
-        fHiGainOverflow++;
+        fHiGainOverFlow++;
       if (!histlo.FillHistAndArray(sumlo))
-        fLoGainOverflow++;
+        fLoGainOverFlow++;
 
       const Int_t sathi = (Int_t)pix.GetNumHiGainSaturated();
@@ -636,10 +636,10 @@
 {
 
-  if (fHiGainOverflow)
+  if (fHiGainOverFlow)
     *fLog << warn << GetDescriptor()
-          << ": WARNING: Histogram Overflow has occurred " << fHiGainOverflow << " in the High-Gain! " << endl;
-  if (fLoGainOverflow)
+          << ": WARNING: Histogram Overflow has occurred " << fHiGainOverFlow << " in the High-Gain! " << endl;
+  if (fLoGainOverFlow)
     *fLog << warn << GetDescriptor()
-          << ": WARNING: Histogram Overflow has occurred " << fLoGainOverflow << " in the Low-Gain! " << endl;
+          << ": WARNING: Histogram Overflow has occurred " << fLoGainOverFlow << " in the Low-Gain! " << endl;
 
   for (Int_t i=0; i<fHiGainArray->GetSize(); i++)
