From 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 13:09:49 +0200 Subject: Fix typos Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/qa/osl/file/osl_File.cxx | 2 +- sal/qa/osl/pipe/osl_Pipe.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sal/qa/osl') diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 01a49540d23d..14922cd5e15e 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -3487,7 +3487,7 @@ namespace osl_File CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set access time then get it. time precision is still a problem for it cut off the nanosec.", t_compareTime( pTV_access, pTV_current, delta ) ); #if defined(_WIN32) - //Unfortunately there is no way to get the creation time of a file under Unix (its a Windows only feature). + //Unfortunately there is no way to get the creation time of a file under Unix (it's a Windows only feature). //That means the flag osl_FileStatus_Mask_CreationTime should be deprecated under Unix. CPPUNIT_ASSERT_MESSAGE( "test for setTime function: set creation time then get it. ", sal_True == t_compareTime( pTV_creation, pTV_current, delta ) ) ; diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index d3510e16c9f1..543b730e05c2 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -430,7 +430,7 @@ namespace osl_Pipe bRes = aPipe == aPipe; aPipe.close( ); - CPPUNIT_ASSERT_MESSAGE( "#test comment#: test isEqual(), compare its self.", + CPPUNIT_ASSERT_MESSAGE( "#test comment#: test isEqual(), compare itself.", bRes ); } -- cgit