]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing error message.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Oct 2010 23:03:05 +0000 (23:03 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 Oct 2010 23:03:05 +0000 (23:03 +0000)
HLT/BASE/test/testAliHLTScalars.C

index 9359ae69ea2ffb267d4b68de8b5f86a79a8ed6c1..9c187d7fe6be0a3d2411b79fcf6974628331ae79 100644 (file)
@@ -130,7 +130,7 @@ bool CheckScalarsListClass()
        s.Add("c", "three", 33);
        if (s.GetScalar("c").Value() != 33 || TString(s.GetScalar("c").Description()) != "")
        {
-               cerr << "ERROR: AliHLTScalars::Add did not update and exisiting scalar correctly." << endl;
+               cerr << "ERROR: AliHLTScalars::Add did not update an exisiting scalar correctly." << endl;
                return false;
        }
        if (TString(p.GetScalarN(0).Name()) != "b" || TString(p.GetScalarN(1).Name()) != "a" || TString(p.GetScalarN(2).Name()) != "c")