summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/osl/profile.hxx4
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()
{