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

New commits:
commit 634990f32c354dd7690b6ae44b19a94c9f19ffc4
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Apr 13 08:10:55 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Apr 13 09:47:11 2022 +0200

    Fix copy/paste typo in comment
    
    Change-Id: I90d350abefebf3545c47f9460627435b4a514e07
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132940
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index 5c8080466365..7434b2f653a8 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -1068,7 +1068,7 @@ public:
 
         This function should be used with care.  After you have called this
         function, you may use the returned pInternalData and pInternalCapacity
-        only as long as you make no other calls on this OUStringBuffer.
+        only as long as you make no other calls on this OStringBuffer.
 
         @param pInternalData
         This output parameter receives a pointer to the internal data

Reply via email to