summaryrefslogtreecommitdiffstats
path: root/qtools/qstring.cpp
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/qstring.cpp
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/qstring.cpp')
-rw-r--r--qtools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp
index 0e2b14a..e809d0d 100644
--- a/qtools/qstring.cpp
+++ b/qtools/qstring.cpp
@@ -11538,7 +11538,7 @@ static inline bool format(QChar::Decomposition tag, QString & str,
Applies possible ligatures to a QString, useful when composition-rich
text requires rendering with glyph-poor fonts, but also
makes compositions such as QChar(0x0041) ('A') and QChar(0x0308)
- (Unicode accent diaresis) giving QChar(0x00c4) (German A Umlaut).
+ (Unicode accent diaeresis) giving QChar(0x00c4) (German A Umlaut).
*/
void QString::compose()
{