summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:45:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:10 +0200
commitbb667fc1b98c17b95209351573fdbe7a109c50a5 (patch)
treead3d030835d3c183bcd422f83f9c6161362b37ed /accessibility/inc
parent52a41a0b743685a87eed36d4825ad6794741aebb (diff)
typo: arround -> around
Diffstat (limited to 'accessibility/inc')
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx
index 2dda64128aca..cfd18b2ea28f 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx
@@ -165,7 +165,7 @@ protected:
/** This flag specifies whether an object has a list as child regardless
of whether that child being currently instantiated or not. This
flag is always true in the current implementation because the list
- child is just another wrapper arround this object and thus has the
+ child is just another wrapper around this object and thus has the
same life time.
*/
bool m_bHasListChild;