summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.h2
-rw-r--r--include/osl/file.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index e8277e21ebc3..44013bf2ead1 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1372,7 +1372,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getCanonicalName(
If pustrRelativeFileURL denotes an absolute path pustrBaseDirectoryURL will be ignored.
@param ppustrAbsoluteFileURL [out]
- On success it receives the full qualified absoulte file URL.
+ On success it receives the full qualified absolute file URL.
@return
osl_File_E_None on success<br>
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 64fbcb731aeb..c62ef8dbe29f 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -145,7 +145,7 @@ public:
If ustrRelativeFileURL denotes an absolute path ustrBaseDirectoryURL will be ignored.
@param ustrAbsoluteFileURL [out]
- On success it receives the full qualified absoulte file URL.
+ On success it receives the full qualified absolute file URL.
@return
E_None on success