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