diff options
author | Sergio Ahumada <sahumada@gmail.com> | 2010-11-22 21:49:36 (GMT) |
---|---|---|
committer | Sergio Ahumada <sahumada@gmail.com> | 2010-11-22 21:49:36 (GMT) |
commit | ea84d7431810951aff2d6f85dca5f4ae4aeb4490 (patch) | |
tree | 93caef645e65ae9a0a1c4d53dd31ad157eb802c5 /src/gui/text | |
parent | 55c25385032a700a44b5f34e6d191bb8a65ec972 (diff) | |
download | Qt-ea84d7431810951aff2d6f85dca5f4ae4aeb4490.zip Qt-ea84d7431810951aff2d6f85dca5f4ae4aeb4490.tar.gz Qt-ea84d7431810951aff2d6f85dca5f4ae4aeb4490.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qfontengine_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_x11.cpp b/src/gui/text/qfontengine_x11.cpp index b7e4be2..c06be3b 100644 --- a/src/gui/text/qfontengine_x11.cpp +++ b/src/gui/text/qfontengine_x11.cpp @@ -429,7 +429,7 @@ void QFontEngineXLFD::recalcAdvances(QGlyphLayout *glyphs, QTextEngine::ShaperFl { int i = glyphs->numGlyphs; XCharStruct *xcs; - // inlined for better perfomance + // inlined for better performance if (!_fs->per_char) { xcs = &_fs->min_bounds; while (i != 0) { |