summaryrefslogtreecommitdiffstats
path: root/doc/src/development
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-08-16 13:41:47 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-08-16 13:41:47 (GMT)
commit0efb4c096ff99089b9b6dcbd2f4e4625f845f9de (patch)
tree25b9ef670c1f974143fba31a8c6999aa799e5ad3 /doc/src/development
parentaccfa1fe0b6b9f77f83cf608013d37720bce8984 (diff)
downloadQt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.zip
Qt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.tar.gz
Qt-0efb4c096ff99089b9b6dcbd2f4e4625f845f9de.tar.bz2
Fixed spelling/grammar error.
Reviewed by: David Boddie Tasks: QTBUG-11926, QTBUG-10174
Diffstat (limited to 'doc/src/development')
-rw-r--r--doc/src/development/qtestlib.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/development/qtestlib.qdoc b/doc/src/development/qtestlib.qdoc
index f28337d..b24127c 100644
--- a/doc/src/development/qtestlib.qdoc
+++ b/doc/src/development/qtestlib.qdoc
@@ -216,12 +216,12 @@
\section2 Creating a Benchmark
- To create a benchmark, follow the instructions for crating a test and then add a
+ To create a benchmark, follow the instructions for creating a test and then add a
QBENCHMARK macro to the test function that you want to benchmark.
\snippet doc/src/snippets/code/doc_src_qtestlib.qdoc 12
- The code insde the QBENCHMARK macro will be measured, and possibly also repeated
+ The code inside the QBENCHMARK macro will be measured, and possibly also repeated
several times in order to get an accurate measurement. This depends on the selected
measurement back-end. Several back-ends are available. They can be selected on the
command line: