summaryrefslogtreecommitdiff
path: root/sal/cppunittester/cppunittester.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-08 16:42:14 +0100
committersb <sb@openoffice.org>2010-01-08 16:42:14 +0100
commit358227bf92dc1e62e68d086dc34bc932c3d36ab6 (patch)
tree320292123fbe63fef2488ed2198fb2cbef17d1c3 /sal/cppunittester/cppunittester.cxx
parent9f5df8d5a901219d710753542f724f991aa8b74f (diff)
sb118: typo
Diffstat (limited to 'sal/cppunittester/cppunittester.cxx')
-rw-r--r--sal/cppunittester/cppunittester.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index a8d36b312..ad3ff5a98 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -44,7 +44,7 @@
SAL_IMPLEMENT_MAIN() {
if (rtl_getAppCommandArgCount() != 1) {
- std::cerr << "Usage: cppunittest <shared-library-path>" << std::endl;
+ std::cerr << "Usage: cppunittester <shared-library-path>" << std::endl;
return EXIT_FAILURE;
}
rtl::OUString path;