summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-18 08:02:45 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-18 08:12:06 (GMT)
commit95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3 (patch)
treec2251295371908c88dc2c58aef4a90cb12339c7f
parente7b372e4705451dfd4443db7e6fc64d4b8f30c68 (diff)
downloadQt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.zip
Qt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.tar.gz
Qt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.tar.bz2
Corrected spelling mistake and whitespace fixes.
Task-number: QTBUG-14501
-rw-r--r--doc/src/getting-started/examples.qdoc2
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index 398eee8..c4892a8 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -36,7 +36,7 @@
You can run the examples from the \l{Examples and Demos Launcher}
application (except see \l{QML Examples and Demos} {QML Examples}
- for special instructions for running thos examples).
+ for special instructions for running those examples).
The examples are listed below by functional area. Each example
listed in a particular functional area is meant to illustrate how
diff --git a/src/declarative/graphicsitems/qdeclarativerectangle.cpp b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
index 9831d5f..1ffd3bd 100644
--- a/src/declarative/graphicsitems/qdeclarativerectangle.cpp
+++ b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
@@ -261,9 +261,9 @@ void QDeclarativeRectangle::doUpdate()
A width of 1 creates a thin line. For no line, use a width of 0 or a transparent color.
If \c border.width is an odd number, the rectangle is painted at a half-pixel offset to retain
- border smoothness. Also, the border is rendered evenly on either side of the
+ border smoothness. Also, the border is rendered evenly on either side of the
rectangle's boundaries, and the spare pixel is rendered to the right and below the
- rectangle (as documented for QRect rendering). This can cause unintended effects if
+ rectangle (as documented for QRect rendering). This can cause unintended effects if
\c border.width is 1 and the rectangle is \l{Item::clip}{clipped} by a parent item:
\beginfloatright