summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qalgorithms.qdoc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-06-05 10:45:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-05 12:56:00 +0200
commitbd01db4a9899458081d73a4019c006e026a9514c (patch)
tree15e83a64014efd3872da8166e8a696fab6bc134b /src/corelib/tools/qalgorithms.qdoc
parent1d8ec5fae2fa4bf694b93bb6bf14a7c42c84a9b6 (diff)
Fix typo in QAlgorithms documentation.
Change-Id: Ic9107f427acc1e009779d39e0a204ea81d54aee7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib/tools/qalgorithms.qdoc')
-rw-r--r--src/corelib/tools/qalgorithms.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qalgorithms.qdoc b/src/corelib/tools/qalgorithms.qdoc
index cc544af868..ad6c3d913c 100644
--- a/src/corelib/tools/qalgorithms.qdoc
+++ b/src/corelib/tools/qalgorithms.qdoc
@@ -33,7 +33,7 @@
\brief The <QtAlgorithms> header includes the generic, template-based algorithms.
Qt provides a number of global template functions in \c
- <QtAlgorithms> that work on containers and perform well-know
+ <QtAlgorithms> that work on containers and perform well-known
algorithms. You can use these algorithms with any \l {container
class} that provides STL-style iterators, including Qt's QList,
QLinkedList, QVector, QMap, and QHash classes.