From e7e4dc30117555ddbaa7e3f98450ebefe7e31de3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Jul 2019 22:25:04 +0000 Subject: Fix typo Change-Id: Ib5c52f937cbbe3263d39e4778ae29097be7acadc Reviewed-on: https://gerrit.libreoffice.org/75769 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/rtl/strbuf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index c674f34d997c..2b8e6506b6b6 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -458,7 +458,7 @@ public: } /** - Return a OString instance reflecting the current content + Return an OString instance reflecting the current content of this OStringBuffer. */ const OString toString() const -- cgit