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 | bf7b1511c021c8cab552fbfe0b783131a7dd3859 (patch) | |
tree | 4e364a67817d73584023bb1a1c9fa650beb965b3 /sal/cppunittester/cppunittester.cxx | |
parent | 0b38d684459c240d263a2d3418c374dd7d32e3c1 (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 a8d36b312910..ad3ff5a98a72 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; |