Index: /trunk/Mars/mimage/MHillasSrc.cc
===================================================================
--- /trunk/Mars/mimage/MHillasSrc.cc	(revision 19158)
+++ /trunk/Mars/mimage/MHillasSrc.cc	(revision 19159)
@@ -117,13 +117,13 @@
 
      // The abberation value corrects for the average shift of
-     // the CoG of a light distirbution in the camera by the optics.
-     // The FACT refelctor for example reflects the CoG to a point
+     // the CoG of a light distribution in the camera by the optics.
+     // The FACT reflector for example reflects the CoG to a point
      // 2% further away than the master ray. This could be corrected
      // moving all pixels (in the image parameter calculation) 2%
-     // outwards. Instead, simply the source position 'reflected'
-     // (as if it were the master ray) is moved 2% inwards in the
+     // inwards. Instead, simply the source position 'reflected'
+     // (as if it were the master ray) is moved 2% outwards in the
      // camera.
-     const Double_t sx = mx - fSrcPos->GetX()/abberation;  // [mm]
-     const Double_t sy = my - fSrcPos->GetY()/abberation;  // [mm]
+     const Double_t sx = mx - fSrcPos->GetX()*abberation;  // [mm]
+     const Double_t sy = my - fSrcPos->GetY()*abberation;  // [mm]
 
      const Double_t sd = hillas.GetSinDelta();  // [1]
