include/osl/file.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c72177966aa64df049a841ade0a8156a47a607b1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 22:25:23 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jul 14 22:51:51 2019 +0200

    Fix typo
    
    Change-Id: I151f472d5c542b989e858da22b29140c8e1b9b5b
    Reviewed-on: https://gerrit.libreoffice.org/75584
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to