summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:58:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-18 21:59:02 +0100
commit48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch)
treefbc5a414ea499193b14a1c51a6a4bbd078bedbad /include/rtl
parenta9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff)
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/strbuf.hxx2
-rw-r--r--include/rtl/ustrbuf.hxx2
2 files changed, 2 insertions, 2 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.
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 179ba82c9c6f..abb85a087ce2 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -210,7 +210,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.