summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-09-24 16:23:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 21:27:51 +0200
commit1dadede8edfa47dc38c0e2e8c458cea225edacc3 (patch)
tree966b4432897548e8e8746fb6344250061e5876fc /src/gui
parent3827fd2a37f72e2720da1cc2db5902286c234680 (diff)
Fixed instances of "to to" in qtbase.
Really it should just be "to". Change-Id: I7d0fff334bac3f0ac78adb8131e3bf3df1f1b242 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/text/qplatformfontdatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qplatformfontdatabase.cpp b/src/gui/text/qplatformfontdatabase.cpp
index c86a96cc47..6fd145d921 100644
--- a/src/gui/text/qplatformfontdatabase.cpp
+++ b/src/gui/text/qplatformfontdatabase.cpp
@@ -273,7 +273,7 @@ void QPlatformFontDatabase::populateFontDatabase()
/*!
Returns a multi font engine in the specified \a script to encapsulate \a fontEngine with the
- option to fall back to to the fonts given by \a fallbacks if \a fontEngine does not support
+ option to fall back to the fonts given by \a fallbacks if \a fontEngine does not support
a certain character.
*/
QFontEngineMulti *QPlatformFontDatabase::fontEngineMulti(QFontEngine *fontEngine,