]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/AliModuleConstruction.cxx
Correcter eror by A. Dainese
[u/mrichter/AliRoot.git] / AliGeant4 / AliModuleConstruction.cxx
index 3b1fe59fc1d3c36407996deea8d1c1c745b9f9d7..41db407b1c6ca0137bab9afae065464df7c5b0ae 100644 (file)
@@ -139,7 +139,7 @@ void AliModuleConstruction::Configure()
   // get AliModule created in Config.C macro
   fAliModule = gAlice->GetModule(GetDetName());
   if (!fAliModule) {
-    G4String text = "AliSingleModuleConstruction::Configure:\n";
+    G4String text = "AliModuleConstruction::Configure:\n";
     text = text + "    AliModule " + GetDetName();
     text = text + " has not been found in gAlice.";
     AliGlobals::Exception(text);