summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-01-21 15:03:41 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-01-21 15:03:41 (GMT)
commit4c57b9d3f1865beb87120fc4691241c57a2bfb01 (patch)
treeb8d5678e225911bc1fb326364985612aeeae823c /doc/src/declarative
parent4555064bb1029ca7cb86d25d16cd35f6311716d1 (diff)
downloadQt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.zip
Qt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.tar.gz
Qt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/basictypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/basictypes.qdoc b/doc/src/declarative/basictypes.qdoc
index 463e4a3..99f1bed 100644
--- a/doc/src/declarative/basictypes.qdoc
+++ b/doc/src/declarative/basictypes.qdoc
@@ -582,7 +582,7 @@
An enumeration type consists of a set of named values.
- An enumeration value may be specifed as either a string:
+ An enumeration value may be specified as either a string:
\qml
Text { horizontalAlignment: "AlignRight" }
\endqml