summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:46:15 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:46:15 -0500
commit2c39fddda7977759d5a2b2c991d8c21c7ae915e4 (patch)
tree7c5eaaebde75ad6282d5440cceb7a592f6823e21
parent1db4f237a710955a817c7aca65a716d85573304b (diff)
downloadqt3-2c39fddd.tar.gz
qt3-2c39fddd.zip
Fix typos.
-rw-r--r--src/widgets/qtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qtextedit.cpp b/src/widgets/qtextedit.cpp
index 0908e84..d3dee7f 100644
--- a/src/widgets/qtextedit.cpp
+++ b/src/widgets/qtextedit.cpp
@@ -7161,7 +7161,7 @@ void QTextEdit::optimDoAutoScroll()
if ( doScroll )
ensureVisible( xx, yy, 1, 1 );
- // if the text document is smaller than the heigth of the viewport
+ // if the text document is smaller than the height of the viewport
// - redraw the whole thing otherwise calculate the rect that
// needs drawing.
if ( d->od->numLines * fm.lineSpacing() < viewport()->height() ) {