summaryrefslogtreecommitdiffstats
path: root/doc/src/examples-stackedbarchart.qdoc
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-03-22 12:03:11 +0200
committerMika Salmela <mika.salmela@digia.com>2013-03-22 12:07:52 +0200
commit4278a56d8f51a4bfb7a2381027bd92bfeb40cd7b (patch)
tree8c05c39eaff658a01083c82447d8772dd84f233e /doc/src/examples-stackedbarchart.qdoc
parent99d6ecad75bc7918984102b5b59dd5046922fd27 (diff)
Fix for typos on documentation.
Diffstat (limited to 'doc/src/examples-stackedbarchart.qdoc')
-rw-r--r--doc/src/examples-stackedbarchart.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples-stackedbarchart.qdoc b/doc/src/examples-stackedbarchart.qdoc
index b49b3feb..c0410b78 100644
--- a/doc/src/examples-stackedbarchart.qdoc
+++ b/doc/src/examples-stackedbarchart.qdoc
@@ -20,7 +20,7 @@
\snippet ../examples/stackedbarchart/main.cpp 1
We create the series and append the barsets to it. The series takes ownership of the barsets. The series groups the data from sets to categories.
- First value of each set are gropuped together at first category second value to second category and so on.
+ First values of each set are grouped together at first category second value to second category and so on.
\snippet ../examples/stackedbarchart/main.cpp 2
@@ -36,7 +36,7 @@
\snippet ../examples/stackedbarchart/main.cpp 4
- We also want to show the legend. To do that, we get the legend pointer from chart and set it to visible. We also place the legend to bottom of the chart by setting it's alignment
+ We also want to show the legend. To do that, we get the legend pointer from chart and set it to visible. We also place the legend to bottom of the chart by setting its alignment
to Qt::AlignBottom.
\snippet ../examples/stackedbarchart/main.cpp 5