summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-04-11 14:33:58 +0200
committerKai Koehne <kai.koehne@qt.io>2018-04-12 12:21:32 +0000
commit7cb7b35e0a6108fad1f6f1dbad7a0c9786bee187 (patch)
tree6a6e40b85a4baf03ca4bbca5d2b908754ca10ea8 /src/corelib/doc/src
parent350a64196f03e740092edf35587b75bec3869c8b (diff)
Doc: Fix typo in The Property System section
Change-Id: Ie31c56369baf26f5592c95dacea60ae58fdbccfe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/objectmodel/properties.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/objectmodel/properties.qdoc b/src/corelib/doc/src/objectmodel/properties.qdoc
index ab35e7c178..9ef08cce07 100644
--- a/src/corelib/doc/src/objectmodel/properties.qdoc
+++ b/src/corelib/doc/src/objectmodel/properties.qdoc
@@ -133,7 +133,7 @@
editable property for (checkable) buttons. Note that QItemDelegate
gets and sets a widget's \c USER property.
- \li The presence of the \c CONSTANT attibute indicates that the property
+ \li The presence of the \c CONSTANT attribute indicates that the property
value is constant. For a given object instance, the READ method of a
constant property must return the same value every time it is called. This
constant value may be different for different instances of the object. A