Index: trunk/Mars/mdrs/MDrsCalibApply.cc
===================================================================
--- trunk/Mars/mdrs/MDrsCalibApply.cc	(revision 17104)
+++ trunk/Mars/mdrs/MDrsCalibApply.cc	(revision 17105)
@@ -208,6 +208,6 @@
         for (auto it=fPrevStart.begin(); it!=fPrevStart.end(); it++)
         {
-            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixles(), roi, it->data(), start, roi+10, idx);
-            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixles(), roi, it->data(), start, 3,      idx);
+            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixels(), roi, it->data(), start, roi+10, idx);
+            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixels(), roi, it->data(), start, 3,      idx);
         }
 
