From 03c7930af7994d0d98af5653167990f82dc0d706 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:19 +0000 Subject: Fix typo Change-Id: I8fa5e8afe6de453f20c241e9b03f06841f63ed5d Reviewed-on: https://gerrit.libreoffice.org/75590 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/osl/profile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/osl') 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( -- cgit