X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FTPCLib%2Ftest%2FtestAliHLTTPCMapping.C;h=9ca80f556b1a362d970e5c7d8d307c292cc49d12;hp=91b2333dc0786ba2901b3381868b30aaed2bda78;hb=631d94141969f6bf6a78f38619febc218ff065e0;hpb=7764b305cbe761e7a328c9d28bac7e4e97fb96d5 diff --git a/HLT/TPCLib/test/testAliHLTTPCMapping.C b/HLT/TPCLib/test/testAliHLTTPCMapping.C index 91b2333dc07..9ca80f556b1 100644 --- a/HLT/TPCLib/test/testAliHLTTPCMapping.C +++ b/HLT/TPCLib/test/testAliHLTTPCMapping.C @@ -137,7 +137,7 @@ bool compareMapping(int patch, AliHLTTPCMapping* mapper) while(result && inFile>>hwAdd && inFile>>row && inFile>>pad){ row-=rowOffset; if (row!=mapper->GetRow(hwAdd) || pad!=mapper->GetPad(hwAdd)) { - cout << "missmatch at channel " << hwAdd << ": expected " << row << "/" << pad << " got " << mapper->GetRow(hwAdd) << "/" << mapper->GetPad(hwAdd) << endl; + cout << "mismatch at channel " << hwAdd << ": expected " << row << "/" << pad << " got " << mapper->GetRow(hwAdd) << "/" << mapper->GetPad(hwAdd) << endl; result=false; break; }