[Libreoffice-commits] core.git: include/rtl

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 18 07:45:36 UTC 2019


 include/rtl/ustrbuf.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f45c5e6fbabb93b4f4c8d6e6a6b1cc4604d53ec
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:01 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jul 18 09:44:36 2019 +0200

    Fix typo
    
    Change-Id: Iac1e4f3e7ac7f3ea86e31179f2f45e3941abd3a1
    Reviewed-on: https://gerrit.libreoffice.org/75822
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 62ba9f6b2cd7..94bf9c789a61 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -513,7 +513,7 @@ public:
     }
 
     /**
-        Return a OUString instance reflecting the current content
+        Return an OUString instance reflecting the current content
         of this OUStringBuffer.
      */
     const OUString toString() const


More information about the Libreoffice-commits mailing list