]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correcting two typos
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Apr 2012 14:48:54 +0000 (14:48 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Apr 2012 14:48:54 +0000 (14:48 +0000)
STEER/STEER/AliGRPPreprocessor.cxx

index f2a64bfc9f1a9232f4ea1f74bd4d61b8f690fba4..1f8e03ce7bbdb56db6fd852ec4314df7999ed80c 100644 (file)
@@ -697,7 +697,7 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
                Log("GRP Preprocessor Success");
                return 0;
        } else {
-               Log( Form("GRP Preprocessor FAILS!!! %s%s%s%s%s%s%s%s%s%s%s%s%s",
+               Log( Form("GRP Preprocessor FAILS!!! %s%s%s%s%s%s%s%s%s%s%s%s%s%s",
                          kppError[(error&1)?1:0],
                          kppError[(error&2)?2:0],
                          kppError[(error&4)?3:0],
@@ -1672,7 +1672,7 @@ UInt_t AliGRPPreprocessor::ProcessDcsFxs(TString partition, TString detector)
 
        // Get the CTP counters information
        //              +
-       // Get the CTP counters information
+       // Get the CTP aliases information
 
        if (partition.IsNull() && !detector.IsNull()){ // standalone partition
                Log("STANDALONE partition for current run, using Trigger Scalers and Trigger Aliases dummy values");