]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliPythiaRndm.cxx
typo
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythiaRndm.cxx
index 82b64f637c2eead8e199ed901b5f036260006dc0..0bdddef425ea050ebe2c09235da18bcf515362f4 100644 (file)
@@ -66,7 +66,7 @@ TRandom * AliPythiaRndm::GetPythiaRandom() {
 extern "C" {
     Double_t pyr(Int_t*) 
     {
-       // Wrapper to FINCTION PYR from PYTHIA
+       // Wrapper to FUNCTION PYR from PYTHIA
        // Uses static method to retrieve the pointer to the (C++) generator
        Double_t r;
        do r=AliPythiaRndm::GetPythiaRandom()->Rndm();