summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:44:32 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:44:32 -0500
commit84a8aef5483172734bc62bfc68550f702118291c (patch)
treea7ef0711378813dfb2216294f7c684a11ffa42f6
parentf3c5f3ba06eb7394303c6500094f6d1f58d4092a (diff)
downloadtqt3-84a8aef5.tar.gz
tqt3-84a8aef5.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 df41d2d0..37b071c7 100644
--- a/src/widgets/qtextedit.cpp
+++ b/src/widgets/qtextedit.cpp
@@ -7161,7 +7161,7 @@ void TQTextEdit::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() ) {