From b4f8efc3bc673f8e3e0bcc74df0d8cc008d9190e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 7 Sep 2013 15:59:10 +0200 Subject: typo fix: absoulte -> absolute Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4 --- include/osl/file.h | 2 +- include/osl/file.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/osl') 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
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 -- cgit