summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAndre Haupt <andre@bitwigglers.org>2009-05-14 02:34:01 (GMT)
committerAndre Haupt <andre@bitwigglers.org>2009-05-14 02:34:01 (GMT)
commit594bc93fc36e2d0aada9c11a7957db7fd4b11c15 (patch)
treed5006d630201c970f9227aa6d97b3b5dcc99fa33 /doc/src
parent38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff)
downloadQt-594bc93fc36e2d0aada9c11a7957db7fd4b11c15.zip
Qt-594bc93fc36e2d0aada9c11a7957db7fd4b11c15.tar.gz
Qt-594bc93fc36e2d0aada9c11a7957db7fd4b11c15.tar.bz2
doc: fix two typos in tthe style sheet documentation
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/stylesheet.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/stylesheet.qdoc b/doc/src/stylesheet.qdoc
index c0d13da..0f99688 100644
--- a/doc/src/stylesheet.qdoc
+++ b/doc/src/stylesheet.qdoc
@@ -398,7 +398,7 @@
(usually) refers to a single object, not to all instances of a
class.
- Similarly, selectors with pseudo-states are more specific that
+ Similarly, selectors with pseudo-states are more specific than
ones that do not specify pseudo-states. Thus, the following style
sheet specifies that a \l{QPushButton} should have white text
when the mouse is hovering over it, otherwise red text:
@@ -653,7 +653,7 @@
\target sub controls
\section1 Sub-controls
- A widget is considered as a heirarchy (tree) of subcontrols drawn on top
+ A widget is considered as a hierarchy (tree) of subcontrols drawn on top
of each other. For example, the QComboBox draws the drop-down sub-control
followed by the down-arrow sub-control. A QComboBox is thus rendered as
follows: