From 84a8aef5483172734bc62bfc68550f702118291c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 14:44:32 -0500 Subject: Fix typos. --- src/widgets/qtextedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/qtextedit.cpp') 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() ) { -- cgit v1.2.1