diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:32:15 +0200 |
commit | 9896425ff4db1f368ee5dbaa88d23cbd05f3edce (patch) | |
tree | 13caa763f53413f43e0f31dc406b6a8fe19d21ce /include | |
parent | 03c7930af7994d0d98af5653167990f82dc0d706 (diff) |
Fix typo
Change-Id: I0444435d86014891462adababc8de5ccb06fa6cd
Reviewed-on: https://gerrit.libreoffice.org/75591
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/profile.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |