summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/righttoleft.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-04 20:25:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-05 11:03:10 +0100
commit9aac83d22ddbebc22fb1360d710263d349c2fdda (patch)
tree7aa83487218bffaafa014063d98c778fc3019aa0 /src/doc/src/declarative/righttoleft.qdoc
parent57b34cf8dbad22a1c37bf44753d314dc22c3fc70 (diff)
Fix typos in comments and documentation
Change-Id: Ie7c4d63d632bf32ee583ddcd807252225ddde3fd Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/doc/src/declarative/righttoleft.qdoc')
-rw-r--r--src/doc/src/declarative/righttoleft.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/righttoleft.qdoc b/src/doc/src/declarative/righttoleft.qdoc
index 9374fa6c..604cae8d 100644
--- a/src/doc/src/declarative/righttoleft.qdoc
+++ b/src/doc/src/declarative/righttoleft.qdoc
@@ -60,7 +60,7 @@ aligned to the right side of the text area. The alignment of a text element with
its alignment cue from \l QApplication::keyboardInputDirection(), which is based on the active
system locale.
-This default locale-based alignment can be overriden by setting the \c horizontalAlignment
+This default locale-based alignment can be overridden by setting the \c horizontalAlignment
property for the text element, or by enabling layout mirroring using the \l LayoutMirroring attached
property, which causes any explicit left and right horizontal alignments to be mirrored.
Note that when \l LayoutMirroring is set, the \c horizontalAlignment property value remains unchanged;