Kaydet (Commit) 90511600 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix spelling error

Change-Id: If6c318f1a1f74a39083bf83eed2f80aca1e27bc5
üst 3cca2dca
...@@ -175,7 +175,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor ...@@ -175,7 +175,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor
sal_Int32 nIndex = aContentOUString.lastIndexOf("Grand total of errors in submitted package: "); sal_Int32 nIndex = aContentOUString.lastIndexOf("Grand total of errors in submitted package: ");
if(nIndex == -1) if(nIndex == -1)
{ {
SAL_WARN("test", "no summery line"); SAL_WARN("test", "no summary line");
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment