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

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

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

diff --git a/include/osl/profile.h b/include/osl/profile.h
index 3eb87583272f..dd5c3dfbe6bf 100644
--- a/include/osl/profile.h
+++ b/include/osl/profile.h
@@ -51,7 +51,7 @@ SAL_DLLPUBLIC oslProfile SAL_CALL osl_openProfile(
 
 /** Deprecated API.
     Close the opened profile an flush all data to the disk.
-    @param Profile handle to a opened profile.
+    @param Profile handle to an opened profile.
     @deprecated
 */
 SAL_DLLPUBLIC sal_Bool SAL_CALL osl_closeProfile(
@@ -123,7 +123,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_removeProfileEntry(
 
 /** Deprecated API.
     Get all entries belonging to the specified section.
-    @returns Pointer to a array of pointers.
+    @returns Pointer to an array of pointers.
     @deprecated
 */
 SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getProfileSectionEntries(
@@ -132,7 +132,7 @@ SAL_DLLPUBLIC sal_uInt32 SAL_CALL 
osl_getProfileSectionEntries(
 
 /** Deprecated API.
     Get all section entries
-    @retval Pointer to a array of pointers.
+    @retval Pointer to an array of pointers.
     @deprecated
 */
 SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getProfileSections(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to