include/osl/profile.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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

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

Reply via email to