summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qtextedit.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qtextedit.3qt')
-rw-r--r--doc/man/man3/qtextedit.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qtextedit.3qt b/doc/man/man3/qtextedit.3qt
index ed9a4fba9..47b10fc9f 100644
--- a/doc/man/man3/qtextedit.3qt
+++ b/doc/man/man3/qtextedit.3qt
@@ -1077,7 +1077,7 @@ This signal is emitted if the user pressed the Return or the Enter key.
.SH "void QTextEdit::scrollToAnchor ( const QString & name )\fC [virtual slot]\fR"
Scrolls the text edit to make the text at the anchor called \fIname\fR visible, if it can be found in the document. If the anchor isn't found no scrolling will occur. An anchor is defined using the HTML anchor tag, e.g. \fC<a name="target">\fR.
.SH "void QTextEdit::scrollToBottom ()\fC [virtual slot]\fR"
-Scrolls to the bottom of the document and does formatting if retquired.
+Scrolls to the bottom of the document and does formatting if required.
.SH "void QTextEdit::selectAll ( bool select = TRUE )\fC [virtual slot]\fR"
If \fIselect\fR is TRUE (the default), all the text is selected as selection 0. If \fIselect\fR is FALSE any selected text is unselected, i.e. the default selection (selection 0) is cleared.
.PP