diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 14:57:24 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 14:57:24 (GMT) |
commit | 594420567e7bfbf4f7bce0845eaf4f7d7a1e9380 (patch) | |
tree | 921e2d6b29cd760c42e81e5f734979c3f7109e3e /src/declarative/qml | |
parent | 83fb9c38d3f176b132138675be64ab477e72fe88 (diff) | |
download | Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.zip Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.gz Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/declarative/qml')
-rw-r--r-- | src/declarative/qml/qdeclarativeparser_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeparser_p.h b/src/declarative/qml/qdeclarativeparser_p.h index b4753df..77184c2 100644 --- a/src/declarative/qml/qdeclarativeparser_p.h +++ b/src/declarative/qml/qdeclarativeparser_p.h @@ -356,7 +356,7 @@ namespace QDeclarativeParser // True if the setting of this property will be deferred. Set by the // QDeclarativeCompiler bool isDeferred; - // True if this property is a value-type psuedo-property + // True if this property is a value-type pseudo-property bool isValueTypeSubProperty; LocationSpan location; |