summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-23 22:40:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-23 22:40:38 +0100
commitea6f3c09cf76932ce567e8d3250e0f665ca42c99 (patch)
tree79e51b08a672722e7a80452756bafbc3388186aa /forms
parent480a0ef7c1c760385594b09a39e0aa95a7cb0a99 (diff)
outter -> outer (also when "outter" is inside another word)
Change-Id: I0290d57f1c27a82a34a7dba56d88d51ec6d0bd9e
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextimplcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextimplcontrol.hxx b/forms/source/richtext/richtextimplcontrol.hxx
index c953185b9a2b..f9f5c8788f91 100644
--- a/forms/source/richtext/richtextimplcontrol.hxx
+++ b/forms/source/richtext/richtextimplcontrol.hxx
@@ -104,7 +104,7 @@ namespace frm
There are some attributes which are script dependent, e.g. the CharPosture. This means
that in real, there are 3 attributes for this, one for every possible script type (latin,
asian, complex). However, to the out world, we behave as if there is only one attribute:
- E.g., if the outter world asks for the state of the "CharPosture" attribute, we return
+ E.g., if the outer world asks for the state of the "CharPosture" attribute, we return
the state of either CharPostureLatin, CharPostureAsian, or CharPostureComplex, depending
on the script type of the current selection. (In real, it may be more complex since
the current selection may contain more than one script type.)