summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-29 21:13:15 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-01 02:31:58 +0200
commit90511600040cdaafb4ceb1cfb7d31752b56185ca (patch)
tree4d857b71a06cca3bbd8292aaaa02e9721f50a1e2 /test
parent3cca2dca62b19242a5b421f938443eabcd24b671 (diff)
fix spelling error
Change-Id: If6c318f1a1f74a39083bf83eed2f80aca1e27bc5
Diffstat (limited to 'test')
-rw-r--r--test/source/bootstrapfixture.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index aacfa8e23c4f..5473c2dbbb67 100644
--- a/test/source/bootstrapfixture.cxx
+++ b/test/source/bootstrapfixture.cxx
@@ -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: ");
if(nIndex == -1)
{
- SAL_WARN("test", "no summery line");
+ SAL_WARN("test", "no summary line");
}
else
{