diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 03:36:20 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 03:36:20 (GMT) |
commit | 183243963d523beaf4fdff6b9a7dcb679ebbc71f (patch) | |
tree | a0c16b8937705411b261f54dddc9157c35474232 /doc/src/declarative/scope.qdoc | |
parent | 2e078ddc87277e47f3e9b7a21d1197b0d7309d2d (diff) | |
download | Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.zip Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.gz Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.bz2 |
Doc: typographical and spelling errors.
Diffstat (limited to 'doc/src/declarative/scope.qdoc')
-rw-r--r-- | doc/src/declarative/scope.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc index 5501242..17f8632 100644 --- a/doc/src/declarative/scope.qdoc +++ b/doc/src/declarative/scope.qdoc @@ -174,7 +174,7 @@ PathView { } \endcode -If the \l Image element omitted the \c root prefix, it would inadvertantly access +If the \l Image element omitted the \c root prefix, it would inadvertently access the unset \c {PathView.scale} attached property on itself. \section1 Component Scope |