diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:23 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:51:51 +0200 |
commit | c72177966aa64df049a841ade0a8156a47a607b1 (patch) | |
tree | e1ecc3a1e8b4609d3efaa8fb2008b88542d9a3a1 /include | |
parent | 40b9e26fe23ada72dd96f6597a0a63256a587dee (diff) |
Fix typo
Change-Id: I151f472d5c542b989e858da22b29140c8e1b9b5b
Reviewed-on: https://gerrit.libreoffice.org/75584
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/file.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx index b11f76731867..528e24e7a11e 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -1625,7 +1625,7 @@ extern "C" inline void SAL_CALL onDirectoryCreated(void* pData, rtl_uString* aDi static_cast<DirectoryCreationObserver*>(pData)->DirectoryCreated(aDirectoryUrl); } -/** The directory class object provides a enumeration of DirectoryItems. +/** The directory class object provides an enumeration of DirectoryItems. @see DirectoryItem @see File @@ -1681,7 +1681,7 @@ public: @retval E_None on success @retval E_INVAL the format of the parameters was not valid @retval E_NOENT the specified path doesn't exist - @retval E_NOTDIR the specified path is not an directory + @retval E_NOTDIR the specified path is not a directory @retval E_NOMEM not enough memory for allocating structures @retval E_ACCES permission denied @retval E_MFILE too many open files used by the process @@ -1740,7 +1740,7 @@ public: @retval E_None on success @retval E_INVAL the format of the parameters was not valid @retval E_NOENT the specified path doesn't exist - @retval E_NOTDIR the specified path is not an directory + @retval E_NOTDIR the specified path is not a directory @retval E_NOMEM not enough memory for allocating structures @retval E_ACCES permission denied @retval E_MFILE too many open files used by the process |