summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 5027f934c084..e022f02bcb84 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -1609,7 +1609,7 @@ namespace osl_FileStatus
nError1 = xDir->getNextItem(m_aItem_2);
CPPUNIT_ASSERT_EQUAL_MESSAGE("get second item failed!", osl::FileBase::E_None, nError1);
xDir->close();
- // FIXME mindy: failed on my RH9,so removed temporaly
+ // FIXME mindy: failed on my RH9, so removed temporarily
// nError1 = DirectoryItem::get(aVolURL2, m_aVolumeItem);
// CPPUNIT_ASSERT_MESSAGE("get volume item failed!", osl::FileBase::E_None == nError1);
}