diff options
author | sb <sb@openoffice.org> | 2010-01-08 16:42:14 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-08 16:42:14 +0100 |
commit | 358227bf92dc1e62e68d086dc34bc932c3d36ab6 (patch) | |
tree | 320292123fbe63fef2488ed2198fb2cbef17d1c3 /sal/cppunittester/cppunittester.cxx | |
parent | 9f5df8d5a901219d710753542f724f991aa8b74f (diff) |
sb118: typo
Diffstat (limited to 'sal/cppunittester/cppunittester.cxx')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 2 |
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; |