diff options
Diffstat (limited to 'include/rtl/strbuf.hxx')
-rw-r--r-- | include/rtl/strbuf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index b2ad147dfe05..52d29cabead3 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -240,7 +240,7 @@ public: /** Fill the string data in the new string and clear the buffer. - This method is more efficient than the contructor of the string. It does + This method is more efficient than the constructor of the string. It does not copy the buffer. @return the string previously contained in the buffer. |