diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:46:15 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:46:15 -0500 |
commit | 2c39fddda7977759d5a2b2c991d8c21c7ae915e4 (patch) | |
tree | 7c5eaaebde75ad6282d5440cceb7a592f6823e21 /src/widgets | |
parent | 1db4f237a710955a817c7aca65a716d85573304b (diff) | |
download | qt3-2c39fddda7977759d5a2b2c991d8c21c7ae915e4.tar.gz qt3-2c39fddda7977759d5a2b2c991d8c21c7ae915e4.zip |
Fix typos.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/qtextedit.cpp | 2 |
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() ) { |