summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
committerNoel Grandin <noel@peralex.com>2014-07-17 14:49:41 +0200
commit8416a65af18b7b030dece09f532235b8bb195a2b (patch)
tree5537ac31914df1887d0f20490e6658fa23c0691e /include/rtl
parenta39f690a2ac9bf8a04d3371cc837ca81bd85f22c (diff)
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/locale.h2
-rw-r--r--include/rtl/strbuf.hxx2
-rw-r--r--include/rtl/ustrbuf.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/locale.h b/include/rtl/locale.h
index e410e025a5e8..3e49976bddc0 100644
--- a/include/rtl/locale.h
+++ b/include/rtl/locale.h
@@ -34,7 +34,7 @@ extern "C" {
#endif
/**
- The implementation structur of a locale. Do not create this structure
+ The implementation structure of a locale. Do not create this structure
direct. Only use the functions rtl_locale_register and
rtl_locale_setDefault. The strings Language, Country and Variant
are constants, so it is not necessary to acquire and release them.
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index 1a59f0ee2534..b8d1d9d8faf0 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -932,7 +932,7 @@ public:
private:
/**
- A pointer to the data structur which contains the data.
+ A pointer to the data structure which contains the data.
*/
rtl_String * pData;
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 9d304b68fa71..b3cee756f685 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -1386,7 +1386,7 @@ private:
}
/**
- A pointer to the data structur which contains the data.
+ A pointer to the data structure which contains the data.
*/
rtl_uString * pData;