From 9896425ff4db1f368ee5dbaa88d23cbd05f3edce Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:18 +0000 Subject: Fix typo Change-Id: I0444435d86014891462adababc8de5ccb06fa6cd Reviewed-on: https://gerrit.libreoffice.org/75591 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/osl/profile.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx index 48b6b8c861f4..e369dce9ee1f 100644 --- a/include/osl/profile.hxx +++ b/include/osl/profile.hxx @@ -147,7 +147,7 @@ namespace osl { /** Get all entries belonging to the specified section. @param rSection Name of the section. - @return Pointer to a array of pointers. + @return Pointer to an array of pointers. */ std::list< rtl::OString > getSectionEntries(const rtl::OString& rSection ) { @@ -169,7 +169,7 @@ namespace osl { } /** Get all section entries - @return Pointer to a array of pointers. + @return Pointer to an array of pointers. */ std::list< rtl::OString > getSections() { -- cgit