summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_url.cxx2
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index c8291c056674..9ff2f95568af 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -914,7 +914,7 @@ oslFileError SAL_CALL osl_searchFileURL(
rtl_uString *ustrSysPath = nullptr;
oslFileError error;
- /* First try to interpret the file name as an URL even a relative one */
+ /* First try to interpret the file name as a URL even a relative one */
error = osl_getSystemPathFromFileURL_( ustrFileName, &ustrUNCPath, true );
/* So far we either have an UNC path or something invalid
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 66aa45ad35a8..fa49b5d967b4 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -4965,7 +4965,7 @@ namespace osl_Directory
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
- "Cannot convert the system path back to an URL",
+ "Cannot convert the system path back to a URL",
osl::FileBase::E_None, rc
);
return tmpTestPath;