From: morsch Date: Tue, 22 Apr 2008 11:03:28 +0000 (+0000) Subject: Typo corrected. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=9fb423950f957b6feb9a5e71f9138d6665f5be53 Typo corrected. --- diff --git a/LHAPDF/AliStructFuncType.cxx b/LHAPDF/AliStructFuncType.cxx index ac13083ea05..0c424e70212 100644 --- a/LHAPDF/AliStructFuncType.cxx +++ b/LHAPDF/AliStructFuncType.cxx @@ -91,7 +91,7 @@ TString AliStructFuncType::PDFsetName(StrucFunc_t pdf) "cteq61.LHpdf", "cteq6m.LHpdf", "cteq6l.LHpdf", - "cetq6ll.LHpdf" + "cteq6ll.LHpdf" }; return pdfsetName[pdf]; } diff --git a/LHAPDF/AliStructFuncType.h b/LHAPDF/AliStructFuncType.h index c48c2118461..286e3de5ed0 100644 --- a/LHAPDF/AliStructFuncType.h +++ b/LHAPDF/AliStructFuncType.h @@ -22,7 +22,7 @@ typedef enum kCTEQ61, // cteq61.LHpdf kCTEQ6m, // cteq6m.LHpdf kCTEQ6l, // cteq6l.LHpdf - kCTEQ6ll // cetq6ll.LHpdf + kCTEQ6ll // cteq6ll.LHpdf } StrucFunc_t;