summaryrefslogtreecommitdiffstats
path: root/qtools/qvaluelist.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-05 16:38:09 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-05 16:38:09 (GMT)
commit04df92f43f9a11c30c5855013dd285b168c621f5 (patch)
treeef36a0c58dd05024cdf5feb8a506ec6edc05cbee /qtools/qvaluelist.doc
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-04df92f43f9a11c30c5855013dd285b168c621f5.zip
Doxygen-04df92f43f9a11c30c5855013dd285b168c621f5.tar.gz
Doxygen-04df92f43f9a11c30c5855013dd285b168c621f5.tar.bz2
Spelling corrections for qtools directory
Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here.
Diffstat (limited to 'qtools/qvaluelist.doc')
-rw-r--r--qtools/qvaluelist.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtools/qvaluelist.doc b/qtools/qvaluelist.doc
index f7a0dde..9f34c8e 100644
--- a/qtools/qvaluelist.doc
+++ b/qtools/qvaluelist.doc
@@ -615,12 +615,12 @@
/*!
\fn T& QValueListIterator::operator*()
- Asterix operator. Returns a reference to the current iterator item.
+ Asterisk operator. Returns a reference to the current iterator item.
*/
/*!
\fn const T& QValueListIterator::operator*() const
- Asterix operator. Returns a reference to the current iterator item.
+ Asterisk operator. Returns a reference to the current iterator item.
*/
/*!
@@ -726,7 +726,7 @@
/*!
\fn const T& QValueListConstIterator::operator*() const
- Asterix operator. Returns a reference to the current iterator item.
+ Asterisk operator. Returns a reference to the current iterator item.
*/
/*!