summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-05 15:33:33 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-05 15:33:33 (GMT)
commit9c86b3b0028d79cbca129afafa33d72d624d65c3 (patch)
tree43584add5b63f356da439873ba03f455fa7a2e7b /src/corelib
parentce1a25fc692abcaa1c825f465d6a158efa953b06 (diff)
downloadQt-9c86b3b0028d79cbca129afafa33d72d624d65c3.zip
Qt-9c86b3b0028d79cbca129afafa33d72d624d65c3.tar.gz
Qt-9c86b3b0028d79cbca129afafa33d72d624d65c3.tar.bz2
fix doc typo
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index eabaf10..99f82fa 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2544,7 +2544,7 @@
will imply to use the layout direction set on the parent widget or QApplication. This
has the same effect as QWidget::unsetLayoutDirection().
- When LayoutDirectoinAuto is used in conjunction with text layouting, it will imply that the text
+ When LayoutDirectionAuto is used in conjunction with text layouting, it will imply that the text
directionality is determined from the content of the string to be layouted.
\sa QApplication::setLayoutDirection(), QWidget::setLayoutDirection(), QTextOption::setTextDirection(), QString::isRightToLeft()