diff options
author | Darrell Anderson <[email protected]> | 2012-04-05 14:44:32 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-05 14:44:32 -0500 |
commit | 84a8aef5483172734bc62bfc68550f702118291c (patch) | |
tree | a7ef0711378813dfb2216294f7c684a11ffa42f6 | |
parent | f3c5f3ba06eb7394303c6500094f6d1f58d4092a (diff) | |
download | tqt3-84a8aef5483172734bc62bfc68550f702118291c.tar.gz tqt3-84a8aef5483172734bc62bfc68550f702118291c.zip |
Fix typos.
-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 df41d2d05..37b071c7b 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() ) { |