sb118: typo

This commit is contained in:
sb
2010-01-08 16:42:14 +01:00
parent 0b38d68445
commit bf7b1511c0

View File

@@ -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;