Skip to content

Commit

Permalink
Fixed typo in printout
Browse files Browse the repository at this point in the history
  • Loading branch information
preghenella committed Aug 7, 2017
1 parent d4553b2 commit e617f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/Config.C
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Config()
Int_t error;
TString geant4config_macro = "$ALIDPG_ROOT/MC/Geant4Config.C";
if (gROOT->LoadMacro("Geant4Config.C", &error, kTRUE) == 0) {
printf(">>>>> Genat4Config.C macro detected in CWD, using that one \n");
printf(">>>>> Geant4Config.C macro detected in CWD, using that one \n");
geant4config_macro = "Geant4Config.C";
}
gROOT->LoadMacro(geant4config_macro.Data());
Expand Down

0 comments on commit e617f3a

Please sign in to comment.