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 0df251294497..509a78d5c0c2 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -4317,7 +4317,7 @@ namespace osl_Directory
// reset enumeration
nError2 = testDirectory.reset();
CPPUNIT_ASSERT_EQUAL(nError2, osl::FileBase::E_None);
- // get reseted Item, if reset does not work, getNextItem() should return the second Item (aTmpName1)
+ // get reset Item, if reset does not work, getNextItem() should return the second Item (aTmpName1)
nError1 = testDirectory.getNextItem(rItem);
CPPUNIT_ASSERT_EQUAL(nError1, osl::FileBase::E_None);