Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 1392)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 1418)
@@ -16,5 +16,5 @@
 
   RandomNumber = new TRandom() ;
-  RabdomNumber -> SetSeed(0);
+  RandomNumber -> SetSeed(0);
 
 }
@@ -36,5 +36,5 @@
 
   RandomNumber = new TRandom() ; 
-  RabdomNumber -> SetSeed(0);
+  RandomNumber -> SetSeed(0);
 }
 
